異步將一批圖片上的文字從一種語言翻譯成另一種語言,并分別輸出新的圖片。
接口說明
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
下表是API對應的授權信息,可以在RAM權限策略語句的Action
元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:
- 操作:是指具體的權限點。
- 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
- 資源類型:是指操作中支持授權的資源類型。具體說明如下:
- 對于必選的資源類型,用背景高亮的方式表示。
- 對于不支持資源級授權的操作,用
全部資源
表示。
- 條件關鍵字:是指云產品自身定義的條件關鍵字。
- 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作 | 訪問級別 | 資源類型 | 條件關鍵字 | 關聯操作 |
---|---|---|---|---|
alimt:TranslateImageBatch |
|
| 無 |
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
ImageUrls | string | 是 | 原圖 URL,多張圖片使用半角逗號進行分割;單次請求 URL 總數不能超過 20,且相同的 URL 只會被處理一次 | https://example.com/1.jpg,https://example.com/2.jpg,https://example.com/3.jpg |
SourceLanguage | string | 是 | 源語種,支持的語種及對應的代碼請參考語言 code | zh |
TargetLanguage | string | 是 | 目標語種,支持的語種及對應的代碼請參考語言 code | en |
Ext | string | 否 | 擴展信息, JSON String 格式,里面可以包含的字段如下。
| {"needEditorData": "false", "ignoreEntityRecognize": "true"} |
CustomTaskId | string | 否 | 自定義任務 ID,用于防止短時間誤操作重復請求;3 分鐘內,相同自定義任務 ID 的請求只會被處理一次 | my_awesome_task_1 |
Field | string | 否 | 翻譯領域, 可選值如下。
默認及未識別領域均按通用圖片翻譯處理。 | general |
返回參數
示例
正常返回示例
JSON
格式
{
"RequestId": "D774D33D-F1CB-5A2C-A787-E0A2179239CE",
"Message": "OK",
"Code": 200,
"Data": {
"TaskId": "EEA28E6D-4828-5031-BD8C-8FF1B3216842"
}
}
錯誤碼
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. | 字符過長 |
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. | 賬號服務沒有開通或者欠費 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 |
---|
暫無變更歷史