通用翻譯接口調用說明。
注意事項
1、QPS限制50,如有擴展需求,請與我們聯系。釘釘群號:23369411
2、字符長度上限是5000字符,若超出上限,可以保存成文件,使用文檔翻譯
3、請確保在使用該接口前,已充分了解通用版翻譯產品的收費方式和價格
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
請求參數
名稱 | 類型 | 是否必選 | 示例值 | 描述 |
Action | String | 是 | TranslateGeneral | 系統規定參數。取值:TranslateGeneral。 |
FormatType | String | 是 | text | 翻譯文本的格式,html( 網頁格式。設置此參數將對待翻譯文本以及翻譯后文本按照html格式進行處理)、text(文本格式。設置此參數將對傳入待翻譯文本以及翻譯后結果不做文本格式處理,統一按純文本格式處理。 |
Scene | String | 是 | general | 通用版本默認是:general |
SourceLanguage | String | 是 | zh | 原文語言參考語言code |
SourceText | String | 是 | 你好 | 需要翻譯的內容 |
TargetLanguage | String | 是 | en | 譯文語言參考語言code |
Context | String | 否 | 早上我在家里吃了面包 | 上下文信息,可選填 |
返回數據
名稱 | 類型 | 示例值 | 描述 |
Code | Integer | 200 | 錯誤碼 |
Data | Struct | 返回內容 | |
Translated | String | Hello | 翻譯結果 |
WordCount | String | 10 | 總單詞數 |
DetectedLanguage | String | zh | zh源語言傳入auto時,語種識別后的源語言代碼 |
Message | String | success | 返回信息 |
RequestId | String | 86D18195-D89C-4C8C-9DC4-5FCE789CE6D5 | 請求ID |
示例
請求示例
http(s)://[Endpoint]/?Action=TranslateGeneral
&FormatType=text
&Scene=general
&SourceLanguage=zh
&SourceText=你好
&TargetLanguage=en
&<公共請求參數>
公共請求參數參見《RPC 調用機制》公共請求參數組裝方案
正常返回示例
XML
格式
<TranslateGeneralResponse>
<RequestId>14E447CA-B93B-4526-ACD7-42AE13CC2AF6</RequestId>
<Data>
<Translated>Hello</Translated>
</Data>
<Code>200</Code>
</TranslateGeneralResponse>
JSON
格式
{
"TranslateGeneralResponse": {
"RequestId": "14E447CA-B93B-4526-ACD7-42AE13CC2AF6",
"Data": {
"Translated": "Hello"
},
"Code": 200
}
}
錯誤碼
HttpCode | 錯誤碼 | 錯誤信息 | 描述 |
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. | 字符長度過長 |
199 | 19999 | An unknown error occurred. | 未知異常 |
109 | 10009 | 子賬號沒有權限 | 子賬號沒有權限 |
110 | 10010 | 賬號沒有開通服務 | 賬號沒有開通服務 |
111 | 10011 | 子賬號服務失敗 | 子賬號服務失敗 |
112 | 10012 | 翻譯服務調用失敗 | 翻譯服務調用失敗 |
113 | 10013 | 賬號服務沒有開通或者欠費 | 賬號服務沒有開通或者欠費 |
訪問錯誤中心查看更多錯誤碼。