日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

GetBatchTranslate - 機器批量翻譯調用指南

機器批量翻譯,支持多段文本進行翻譯。

接口說明

1、調用接口 QPS 限制 50,如有擴展需求,請與我們聯系釘釘群號:23369411 2、批量翻譯單條字符長度上限是 1000 字符,一次最多可翻譯 50 條,若超出上限,可以保存成文件,使用文檔翻譯 3、請確保在使用該接口前,已充分了解通用版和專業版翻譯產品的收費方式和價格 4、批量翻譯接口參考阿里云 OpenAPI 開發者門戶調試調用

調試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

授權信息

當前API暫無授權信息透出。

請求參數

名稱類型必填描述示例值
FormatTypestring

翻譯文本的格式,html( 網頁格式。設置此參數將對待翻譯文本以及翻譯后文本按照 html 格式進行處理)、text(文本格式。設置此參數將對傳入待翻譯文本以及翻譯后結果不做文本格式處理,統一按純文本格式處理。

text
TargetLanguagestring

譯文語言參考語言 code

zh
SourceLanguagestring

原文語言參考語言 code

en
Scenestring
  • 專業版本支持的場景:商品標題(title),商品描述(description),商品溝通(communication),醫療(medical),社交(social)

  • 通用版本支持的場景:general

general
ApiTypestring
  • 版本類型,必須選擇一個版本

  • 通用版本:translate_standard

  • 專業版本:translate_ecommerce

translate_standard
SourceTextstring

json 數據格式

key:唯一的標記 id,用于翻譯結果拿到對應的 id,對應上原文

value:待翻譯的內容

具體格式如下: { "11": "hello boy", "12": "go home", "13": "we can" }

說明 待翻譯的條數不能超過 50 單條翻譯字符數不能超過 1000 字符 總字符數不能超過 8000 字符 key 不會計入翻譯的字符 待翻譯的內容中,標點、空格、html 標簽均會計入字符
{"11":"hello boy","12":"go home","13":"we can"}

返回參數

名稱類型描述示例值
object
Codeinteger

錯誤碼

200
Messagestring

返回信息

success
RequestIdstring

請求的唯一 id,用于后續排查問題使用

86D18195-D89C-4C8C-9DC4-5FCE789CE6D5
TranslatedListarray<object>
object

返回結果,json 格式

code:單條翻譯的狀態碼

wordCount:原文的字符數

detectedLanguage:源語言傳入 auto 時,語種識別后的源語言代碼

index:入參時候的 key,唯一 id,用于對應到原文

translated:翻譯結果

[ { "code": "200", "wordCount": "9", "detectedLanguage": "en" "index": "11", "translated": "你好男孩" }, { "code": "200", "wordCount": "7", "detectedLanguage": "en" "index": "12", "translated": "回家" }, { "code": "200", "wordCount": "6", "detectedLanguage": "en" "index": "13", "translated": "我們可以" } ]

示例

正常返回示例

JSON格式

{
  "Code": 200,
  "Message": "success",
  "RequestId": "86D18195-D89C-4C8C-9DC4-5FCE789CE6D5",
  "TranslatedList": [
    {
      "test": "test",
      "test2": 1
    }
  ]
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
101System.RequestTimeOutThe request has timed out.請求超時
102System.ErrorA system error occurred.系統錯誤
103System.UrlDecodingErrorAn error occurred while decoding the URL. Verify that the specified URL is encoded.URL編碼錯誤
104System.ParameterErrorSome required parameters are missing.參數錯誤
105System.LanguageNotSupportedThe specified language pair is not supported.該語向不支持
106System.LanguageDetectErrorAn error occurred while detecting the language.語種識別錯誤
107System.TranslateErrorAn error occurred while translating.翻譯錯誤
108System.StringTooLongThe maximum length of the specified string is exceeded.字符過長
109System.SubNotPermissionThe sub account is not authorized to perform the operation.子賬號沒有權限
109System.subNotPermissionThe sub-account is not authorized to perform the operation.子賬號沒有權限
110System.AccountNotActivatedThe account has not activated the service.賬號沒有開通服務
111System.SubServiceFailedSub-account service failed.子賬號服務失敗
112System.TranslateServiceCallFailedFailed to call the translation service.翻譯服務調用失敗
113System.AccountNotActivatedOrInArrearsThe service is not activated or the account has an outstanding balance.賬號服務沒有開通或者欠費
199System.unknownErrorAn unknown error occurred.未知錯誤
199System.UnknownErrorAn unknown system error occurred.-

訪問錯誤中心查看更多錯誤碼。

變更歷史

變更時間變更內容概要操作
暫無變更歷史