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

GetAsyncTranslate - 獲取文本異步翻譯任務(wù)

獲取文本異步翻譯任務(wù)內(nèi)容。

接口說明

通過 jobID 獲取對應(yīng)的異步任務(wù)翻譯內(nèi)容

調(diào)試

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

授權(quán)信息

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

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

請求參數(shù)

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

異步任務(wù) ID。您調(diào)用 CreateAsyncTranslate 創(chuàng)建異步任務(wù)返回的 JobId

77056ab7-7be1-4c2a-91a1-f20f63894048

返回參數(shù)

名稱類型描述示例值
object

Schema of Response

RequestIdstring

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

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

狀態(tài)碼

200
Messagestring

返回信息。

ok
Dataobject

數(shù)據(jù)內(nèi)容

Statusstring

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

ready
TranslatedTextstring

翻譯內(nèi)容

hello
WordCountstring

原文的字符數(shù)

2
DetectedLanguagestring

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

zh

示例

正常返回示例

JSON格式

{
  "RequestId": "DC2DCCC9-C3DF-4F59-8D8E-78185729F16D",
  "Code": 200,
  "Message": "ok",
  "Data": {
    "Status": "ready",
    "TranslatedText": "hello",
    "WordCount": "2",
    "DetectedLanguage": "zh"
  }
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
109System.SubNotPermissionThe sub account is not authorized to perform the operation.子賬號沒有權(quán)限
400Parameter.SourceLangErrorSource languages are not supported.源語種不支持。
400Parameter.TargetLangErrorTarget languages are not supported.目標語種不支持。
400System.AccountNotActivatedThe account has not activated the service.賬號沒有開通服務(wù)
400System.AccountNotActivatedOrInArrearsThe service is not activated or the account has an outstanding balance.賬號服務(wù)沒有開通或者欠費
400System.LanguageNotSupportedThe specified language pair is not supported.該語向不支持
400System.ParameterErrorSome required parameters are missing.參數(shù)錯誤
400System.StringTooLongThe maximum length of the specified string is exceeded.字符過長
403System.subNotPermissionThe sub-account is not authorized to perform the operation.子賬號沒有權(quán)限
500System.ErrorA system error occurred.系統(tǒng)錯誤
500System.LanguageDetectErrorAn error occurred while detecting the language.語種識別錯誤
500System.RequestTimeOutThe request has timed out.請求超時
500System.SubServiceFailedSub-account service failed.子賬號服務(wù)失敗
500System.TranslateErrorAn error occurred while translating.翻譯錯誤
500System.TranslateServiceCallFailedFailed to call the translation service.翻譯服務(wù)調(diào)用失敗
500System.unknownErrorAn unknown error occurred.未知錯誤
500System.UrlDecodingErrorAn error occurred while decoding the URL. Verify that the specified URL is encoded.URL編碼錯誤

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

變更歷史

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