機(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:CreateAsyncTranslate | none |
|
| 無 |
請求參數(shù)
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
SourceLanguage | string | 是 | 原文語言,語言 code 參考 | en |
TargetLanguage | string | 是 | 目標(biāo)語言,語言 code 參考 | zh |
SourceText | string | 是 | 需要翻譯的內(nèi)容 | Opinion: We have finally gotten some relief at the pump. But it may not last long |
Scene | string | 是 | 場景,支持:通用(general)、商品標(biāo)題(title)、商品詳情(description)、買賣家溝通(message)、醫(yī)療(medical)、社交(social)、科技(tech)。 | general |
FormatType | string | 是 | 翻譯文本的格式,html( 網(wǎng)頁格式。設(shè)置此參數(shù)將對待翻譯文本以及翻譯后文本按照 html 格式進(jìn)行處理)、text(文本格式。設(shè)置此參數(shù)將對傳入待翻譯文本以及翻譯后結(jié)果不做文本格式處理,統(tǒng)一按純文本格式處理。 | text |
ApiType | string | 是 |
| translate_standard |
返回參數(shù)
示例 正常返回示例
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ò)誤信息 | 描述 |
---|---|---|---|
101 | 10001 | The request has timed out. | 請求超時(shí) |
103 | 10003 | An error occurred while decoding the URL. Verify that the specified URL is encoded. | 原文解碼失敗,請檢查原文是否UrlEncode |
104 | 10004 | Some required parameters are missing. | 參數(shù)缺失 |
105 | 10005 | The specified language pair is not supported. | 語項(xiàng)不支持 |
106 | 10006 | An error occurred while detecting the language. | 語種識(shí)別失敗 |
107 | 10007 | An error occurred while translating. | 翻譯失敗 |
108 | 10008 | The specified string is too long. | 字符長度過長 |
400 | 10010 | You have not activated this service. | 賬號沒有開通服務(wù) |
400 | 10013 | You have not activated the account service or the account service has overdue bills. | 賬號服務(wù)沒有開通或者欠費(fèi) |
400 | 10021 | The parameter is invalid. | 參數(shù)無效。 |
400 | 10026 | Failed to translate the certificate. Please check the parameters. | 證件翻譯失敗,請檢查提交的參數(shù)。 |
403 | 10009 | The RAM user is not authorized to perform this operation. | 子賬號沒有權(quán)限 |
404 | 10025 | The specified task does not exist. | 指定的任務(wù)不存在。 |
500 | 10002 | A system error occurred. | 系統(tǒng)錯(cuò)誤 |
500 | 10011 | An error occurred while invoking the RAM user service. | 子賬號服務(wù)失敗 |
500 | 10012 | An error occurred while calling the translation service. | 翻譯服務(wù)調(diào)用失敗 |
訪問錯(cuò)誤中心查看更多錯(cuò)誤碼。
變更歷史
變更時(shí)間 | 變更內(nèi)容概要 | 操作 |
---|