機器批量翻譯,支持多段文本進行翻譯。
接口說明
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
當前API暫無授權信息透出。
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
FormatType | string | 是 | 翻譯文本的格式,html( 網頁格式。設置此參數將對待翻譯文本以及翻譯后文本按照 html 格式進行處理)、text(文本格式。設置此參數將對傳入待翻譯文本以及翻譯后結果不做文本格式處理,統一按純文本格式處理。 | text |
TargetLanguage | string | 是 | 譯文語言參考語言 code | zh |
SourceLanguage | string | 是 | 原文語言參考語言 code | en |
Scene | string | 是 |
| general |
ApiType | string | 是 |
| translate_standard |
SourceText | string | 是 | json 數據格式 key:唯一的標記 id,用于翻譯結果拿到對應的 id,對應上原文 value:待翻譯的內容 具體格式如下:
說明
待翻譯的條數不能超過 50
單條翻譯字符數不能超過 1000 字符
總字符數不能超過 8000 字符
key 不會計入翻譯的字符
待翻譯的內容中,標點、空格、html 標簽均會計入字符
| {"11":"hello boy","12":"go home","13":"we can"} |
返回參數
示例
正常返回示例
JSON
格式
{
"Code": 200,
"Message": "success",
"RequestId": "86D18195-D89C-4C8C-9DC4-5FCE789CE6D5",
"TranslatedList": [
{
"test": "test",
"test2": 1
}
]
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
101 | System.RequestTimeOut | The request has timed out. | 請求超時 |
102 | System.Error | A system error occurred. | 系統錯誤 |
103 | System.UrlDecodingError | An error occurred while decoding the URL. Verify that the specified URL is encoded. | URL編碼錯誤 |
104 | System.ParameterError | Some required parameters are missing. | 參數錯誤 |
105 | System.LanguageNotSupported | The specified language pair is not supported. | 該語向不支持 |
106 | System.LanguageDetectError | An error occurred while detecting the language. | 語種識別錯誤 |
107 | System.TranslateError | An error occurred while translating. | 翻譯錯誤 |
108 | System.StringTooLong | The maximum length of the specified string is exceeded. | 字符過長 |
109 | System.SubNotPermission | The sub account is not authorized to perform the operation. | 子賬號沒有權限 |
109 | System.subNotPermission | The sub-account is not authorized to perform the operation. | 子賬號沒有權限 |
110 | System.AccountNotActivated | The account has not activated the service. | 賬號沒有開通服務 |
111 | System.SubServiceFailed | Sub-account service failed. | 子賬號服務失敗 |
112 | System.TranslateServiceCallFailed | Failed to call the translation service. | 翻譯服務調用失敗 |
113 | System.AccountNotActivatedOrInArrears | The service is not activated or the account has an outstanding balance. | 賬號服務沒有開通或者欠費 |
199 | System.unknownError | An unknown error occurred. | 未知錯誤 |
199 | System.UnknownError | An unknown system error occurred. | - |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 |
---|
暫無變更歷史