DocumentStatusOutput interface
文档状态响应
属性
| character |
API 收费的字符 |
| created |
操作创建的日期时间 |
| error | 这包含一个外部错误,其中包含错误代码、消息、详细信息、目标和内部错误,其中包含更具描述性的详细信息。 |
| id | 文档 ID |
| last |
操作状态已更新的日期时间 |
| path | 文档或文件夹的位置 |
| progress | 翻译进度(如果可用) |
| source |
源文档的位置 |
| status | 作业或文档的可能状态列表 可能的值:“NotStarted”、“Running”、“Succeeded”、“Failed”、“Cancelled”、“Cancelling”、“ValidationFailed” |
| to | 语言 |
属性详细信息
characterCharged
API 收费的字符
characterCharged?: number
属性值
number
createdDateTimeUtc
操作创建的日期时间
createdDateTimeUtc: string
属性值
string
error
这包含一个外部错误,其中包含错误代码、消息、详细信息、目标和内部错误,其中包含更具描述性的详细信息。
error?: TranslationErrorOutput
属性值
id
文档 ID
id: string
属性值
string
lastActionDateTimeUtc
操作状态已更新的日期时间
lastActionDateTimeUtc: string
属性值
string
path
文档或文件夹的位置
path?: string
属性值
string
progress
翻译进度(如果可用)
progress: number
属性值
number
sourcePath
源文档的位置
sourcePath: string
属性值
string
status
作业或文档的可能状态列表
可能的值:“NotStarted”、“Running”、“Succeeded”、“Failed”、“Cancelled”、“Cancelling”、“ValidationFailed”
status: string
属性值
string
to
语言
to: string
属性值
string