你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AnalyzeBatchOperationOutput interface
分析批处理操作的状态和结果。
属性
created |
提交操作的日期和时间(UTC)。 |
error | 批处理文档分析期间遇到错误。 |
last |
上次更新状态的日期和时间(UTC)。 |
percent |
操作进度(0-100)。 |
result | 批处理文档分析结果。 |
result |
分析批处理操作结果 ID。 |
status | 操作状态。 notStarted、running、succeeded 或 failed 可能的值:“notStarted”、“running”、“failed”、“succeeded”、“canceled”、“skipped” |
属性详细信息
createdDateTime
提交操作的日期和时间(UTC)。
createdDateTime: string
属性值
string
error
lastUpdatedDateTime
上次更新状态的日期和时间(UTC)。
lastUpdatedDateTime: string
属性值
string
percentCompleted
操作进度(0-100)。
percentCompleted?: number
属性值
number
result
resultId
分析批处理操作结果 ID。
resultId?: string
属性值
string
status
操作状态。 notStarted、running、succeeded 或 failed
可能的值:“notStarted”、“running”、“failed”、“succeeded”、“canceled”、“skipped”
status: string
属性值
string