CreateAsyncTranslate_机器翻译_API文档

插件下载了解更多
VS Code 插件
安装插件之前,确保已安装 VS Code安装插件之前,确保已安装 VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains 插件
安装插件之前,确保已安装 JetBrains IDE安装插件之前,确保已安装 JetBrains IDE
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.

接口说明

1、机器异步翻译字符长度上限是 100 万字符 2、文本异步翻译创建接口参考阿里云 OpenAPI 开发者门户调试调用

流控信息

当前云产品API请求速率暂未透出。

授权信息

如下是此API对应的授权信息,用于RAM权限策略语句的Action元素中,为RAM用户或RAM角色授予调用此API的权限。请通过 RAM 访问控制设置,使用方法可参考访问控制帮助文档

具体说明如下:展开详情

操作访问级别资源类型条件关键字关联操作
alimt:CreateAsyncTranslate
None
全部资源
*

请求参数

字段名称字段详情
SourceLanguagestring

原文语言,语言 code 参考

示例值:en
TargetLanguagestring

目标语言,语言 code 参考

示例值:zh
SourceTextstring

需要翻译的内容

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

场景,支持:通用(general)、商品标题(title)、商品详情(description)、买卖家沟通(message)、医疗(medical)、社交(social)、科技(tech)。

示例值:general
FormatTypestring

翻译文本的格式,html( 网页格式。设置此参数将对待翻译文本以及翻译后文本按照 html 格式进行处理)、text(文本格式。设置此参数将对传入待翻译文本以及翻译后结果不做文本格式处理,统一按纯文本格式处理。

示例值:text
ApiTypestring
示例值:translate_standard

返回参数

字段名称字段详情
RequestIdstring

请求的唯一 id,用于后续排查问题使用

示例值:DC2DCCC9-C3DF-4F59-8D8E-78185729F16D
Codeinteger<int32>

错误码

示例值:200
Messagestring

返回信息

示例值:success
Dataobject

返回数据

返回说明

示例 正常返回示例

JSON 格式

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

返回示例

错误码

全局错误码
HTTP 状态码错误码错误信息操作
101
10001
The request has timed out.诊断
103
10003
An error occurred while decoding the URL. Verify that the specified URL is encoded.诊断
104
10004
Some required parameters are missing.诊断
105
10005
The specified language pair is not supported.诊断
106
10006
An error occurred while detecting the language.诊断
107
10007
An error occurred while translating.诊断
108
10008
The specified string is too long.诊断
400
10010
You have not activated this service.诊断
400
10013
You have not activated the account service or the account service has overdue bills.诊断
400
10021
The parameter is invalid.诊断
400
10026
Failed to translate the certificate. Please check the parameters.诊断
403
10009
The RAM user is not authorized to perform this operation.诊断
404
10025
The specified task does not exist.诊断
500
10002
A system error occurred.诊断
500
10011
An error occurred while invoking the RAM user service.诊断
500
10012
An error occurred while calling the translation service.诊断

变更历史

暂无变更历史

相关示例