語種識別API說明文檔。
接口說明
1、字符長度限制 5000,調用接口 QPS 限制 50;如有擴展需求,請與我們聯系,釘釘群號:23369411
2、請確保在使用該接口前,已充分了解通用版翻譯產品的收費方式和價格
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
下表是API對應的授權信息,可以在RAM權限策略語句的Action
元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:
- 操作:是指具體的權限點。
- 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
- 資源類型:是指操作中支持授權的資源類型。具體說明如下:
- 對于必選的資源類型,用背景高亮的方式表示。
- 對于不支持資源級授權的操作,用
全部資源
表示。
- 條件關鍵字:是指云產品自身定義的條件關鍵字。
- 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作 | 訪問級別 | 資源類型 | 條件關鍵字 | 關聯操作 |
---|---|---|---|---|
alimt:GetDetectLanguage | get |
|
| 無 |
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
SourceText | string | 是 | 待識別的語種 | 你好 |
返回參數
公共請求參數參見《RPC 調用機制》公共請求參數組裝方案
示例
正常返回示例
JSON
格式
{
"DetectedLanguage": "zh",
"RequestId": "0C5EC1EC-1A06-4D60-97E6-4D41350945E4",
"LanguageProbabilities": ""
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
101 | 10001 | The request has timed out. | 請求超時 |
102 | 10002 | A system error occurred. | 系統錯誤 |
103 | 10003 | An error occurred while decoding the URL. Verify that the specified URL is encoded. | 原文解碼失敗,請檢查原文是否UrlEncode |
104 | 10004 | Some required parameters are missing. | 參數缺失 |
105 | 10005 | The specified language pair is not supported. | 語項不支持 |
106 | 10006 | An error occurred while detecting the language. | 語種識別失敗 |
107 | 10007 | An error occurred while translating. | 翻譯失敗 |
108 | 10008 | The specified string is too long. | 字符長度過長 |
109 | 10009 | 子賬號沒有權限 | - |
110 | 10010 | 賬號沒有開通服務 | - |
111 | 10011 | 子賬號服務失敗 | - |
112 | 10012 | 翻譯服務調用失敗 | - |
113 | 10013 | 賬號服務沒有開通或者欠費 | - |
199 | 19999 | An unknown error occurred. | 未知異常 |
400 | System.ParameterError | Some required parameters are missing. | 參數錯誤 |
503 | System.Error | A system error occurred. | 系統錯誤 |
503 | Internal.Error | The internal service connection timeout, please try again later. | 后端服務超時,請稍后重試 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 |
---|---|---|
2024-06-06 | OpenAPI 錯誤碼發生變更、OpenAPI 返回結構發生變更 | 查看變更詳情 |