你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AnalyzeBatchOperationOutput interface

分析批处理操作的状态和结果。

属性

createdDateTime

提交操作的日期和时间(UTC)。

error

批处理文档分析期间遇到错误。

lastUpdatedDateTime

上次更新状态的日期和时间(UTC)。

percentCompleted

操作进度(0-100)。

result

批处理文档分析结果。

resultId

分析批处理操作结果 ID。

status

操作状态。 notStarted、running、succeeded 或 failed

可能的值:“notStarted”、“running”、“failed”、“succeeded”、“canceled”、“skipped”

属性详细信息

createdDateTime

提交操作的日期和时间(UTC)。

createdDateTime: string

属性值

string

error

批处理文档分析期间遇到错误。

error?: DocumentIntelligenceErrorOutput

属性值

lastUpdatedDateTime

上次更新状态的日期和时间(UTC)。

lastUpdatedDateTime: string

属性值

string

percentCompleted

操作进度(0-100)。

percentCompleted?: number

属性值

number

result

批处理文档分析结果。

result?: AnalyzeBatchResultOutput

属性值

resultId

分析批处理操作结果 ID。

resultId?: string

属性值

string

status

操作状态。 notStarted、running、succeeded 或 failed

可能的值:“notStarted”、“running”、“failed”、“succeeded”、“canceled”、“skipped”

status: string

属性值

string