机器异步翻译创建任务接口,支持100万以下字符翻译。
接口说明
1、机器异步翻译字符长度上限是 100 万字符 2、文本异步翻译创建接口参考阿里云 OpenAPI 开发者门户调试调用
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
下表是API对应的授权信息,可以在RAM权限策略语句的Action
元素中使用,用来给RAM用户或RAM角色授予调用此API的权限。具体说明如下:
- 操作:是指具体的权限点。
- 访问级别:是指每个操作的访问级别,取值为写入(Write)、读取(Read)或列出(List)。
- 资源类型:是指操作中支持授权的资源类型。具体说明如下:
- 对于必选的资源类型,用背景高亮的方式表示。
- 对于不支持资源级授权的操作,用
全部资源
表示。
- 条件关键字:是指云产品自身定义的条件关键字。
- 关联操作:是指成功执行操作所需要的其他权限。操作者必须同时具备关联操作的权限,操作才能成功。
操作 | 访问级别 | 资源类型 | 条件关键字 | 关联操作 |
---|---|---|---|---|
alimt:CreateAsyncTranslate | none |
|
| 无 |
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
SourceLanguage | string | 是 | 原文语言,语言 code 参考 | en |
TargetLanguage | string | 是 | 目标语言,语言 code 参考 | zh |
SourceText | string | 是 | 需要翻译的内容 | Opinion: We have finally gotten some relief at the pump. But it may not last long |
Scene | string | 是 | 场景,支持:通用(general)、商品标题(title)、商品详情(description)、买卖家沟通(message)、医疗(medical)、社交(social)、科技(tech)。 | general |
FormatType | string | 是 | 翻译文本的格式,html( 网页格式。设置此参数将对待翻译文本以及翻译后文本按照 html 格式进行处理)、text(文本格式。设置此参数将对传入待翻译文本以及翻译后结果不做文本格式处理,统一按纯文本格式处理。 | text |
ApiType | string | 是 |
| translate_standard |
返回参数
示例 正常返回示例
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"
}
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
101 | 10001 | The request has timed out. | 请求超时 |
103 | 10003 | An error occurred while decoding the URL. Verify that the specified URL is encoded. | 原文解码失败,请检查原文是否UrlEncode |
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. | 翻译服务调用失败 |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|
暂无变更历史