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

CreateAsyncTranslate - 創(chuàng)建文本異步翻譯任務(wù)

更新時(shí)間:

機(jī)器異步翻譯創(chuàng)建任務(wù)接口,支持100萬以下字符翻譯。

接口說明

1、機(jī)器異步翻譯字符長度上限是 100 萬字符 2、文本異步翻譯創(chuàng)建接口參考阿里云 OpenAPI 開發(fā)者門戶調(diào)試調(diào)用

調(diào)試

您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動(dòng)生成SDK代碼示例。

授權(quán)信息

下表是API對應(yīng)的授權(quán)信息,可以在RAM權(quán)限策略語句的Action元素中使用,用來給RAM用戶或RAM角色授予調(diào)用此API的權(quán)限。具體說明如下:

  • 操作:是指具體的權(quán)限點(diǎn)。
  • 訪問級別:是指每個(gè)操作的訪問級別,取值為寫入(Write)、讀?。≧ead)或列出(List)。
  • 資源類型:是指操作中支持授權(quán)的資源類型。具體說明如下:
    • 對于必選的資源類型,用背景高亮的方式表示。
    • 對于不支持資源級授權(quán)的操作,用全部資源表示。
  • 條件關(guān)鍵字:是指云產(chǎn)品自身定義的條件關(guān)鍵字。
  • 關(guān)聯(lián)操作:是指成功執(zhí)行操作所需要的其他權(quán)限。操作者必須同時(shí)具備關(guān)聯(lián)操作的權(quán)限,操作才能成功。
操作訪問級別資源類型條件關(guān)鍵字關(guān)聯(lián)操作
alimt:CreateAsyncTranslatenone
  • 全部資源
    *

請求參數(shù)

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

原文語言,語言 code 參考

en
TargetLanguagestring

目標(biāo)語言,語言 code 參考

zh
SourceTextstring

需要翻譯的內(nèi)容

Opinion: We have finally gotten some relief at the pump. But it may not last long
Scenestring

場景,支持:通用(general)、商品標(biāo)題(title)、商品詳情(description)、買賣家溝通(message)、醫(yī)療(medical)、社交(social)、科技(tech)。

general
FormatTypestring

翻譯文本的格式,html( 網(wǎng)頁格式。設(shè)置此參數(shù)將對待翻譯文本以及翻譯后文本按照 html 格式進(jìn)行處理)、text(文本格式。設(shè)置此參數(shù)將對傳入待翻譯文本以及翻譯后結(jié)果不做文本格式處理,統(tǒng)一按純文本格式處理。

text
ApiTypestring
  • 版本類型,必須選擇一個(gè)版本

  • 通用版本:translate_standard

  • 專業(yè)版本:translate_ecommerce

translate_standard

返回參數(shù)

名稱類型描述示例值
object

Schema of Response

RequestIdstring

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

DC2DCCC9-C3DF-4F59-8D8E-78185729F16D
Codeinteger

錯(cuò)誤碼

200
Messagestring

返回信息

success
Dataobject

返回?cái)?shù)據(jù)

JobIdstring

異步任務(wù) ID。

98bbb007-71bb-448b-bab0-2695ce8f8599
Statusstring

任務(wù)狀態(tài)

ready

示例 正常返回示例

JSON 格式

{ "RequestId": "3AD51F66-4829-1E47-93F7-03BE3C0428F3", "Data": { "Status": "ready", "JobId": "2ff1e8b1-3842-4f1a-9bba-b8eea6b9720b" }, "Code": "200" }

示例

正常返回示例

JSON格式

{
  "RequestId": "DC2DCCC9-C3DF-4F59-8D8E-78185729F16D",
  "Code": 200,
  "Message": "success",
  "Data": {
    "JobId": "98bbb007-71bb-448b-bab0-2695ce8f8599",
    "Status": "ready"
  }
}

錯(cuò)誤碼

HTTP status code錯(cuò)誤碼錯(cuò)誤信息描述
10110001The request has timed out.請求超時(shí)
10310003An error occurred while decoding the URL. Verify that the specified URL is encoded.原文解碼失敗,請檢查原文是否UrlEncode
10410004Some required parameters are missing.參數(shù)缺失
10510005The specified language pair is not supported.語項(xiàng)不支持
10610006An error occurred while detecting the language.語種識(shí)別失敗
10710007An error occurred while translating.翻譯失敗
10810008The specified string is too long.字符長度過長
40010010You have not activated this service.賬號沒有開通服務(wù)
40010013You have not activated the account service or the account service has overdue bills.賬號服務(wù)沒有開通或者欠費(fèi)
40010021The parameter is invalid.參數(shù)無效。
40010026Failed to translate the certificate. Please check the parameters.證件翻譯失敗,請檢查提交的參數(shù)。
40310009The RAM user is not authorized to perform this operation.子賬號沒有權(quán)限
40410025The specified task does not exist.指定的任務(wù)不存在。
50010002A system error occurred.系統(tǒng)錯(cuò)誤
50010011An error occurred while invoking the RAM user service.子賬號服務(wù)失敗
50010012An error occurred while calling the translation service.翻譯服務(wù)調(diào)用失敗

訪問錯(cuò)誤中心查看更多錯(cuò)誤碼。

變更歷史

變更時(shí)間變更內(nèi)容概要操作
暫無變更歷史