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

DocumentIntelligenceOperationDetailsOutputParent interface

操作信息。

属性

apiVersion

用于创建此操作的 API 版本。

createdDateTime

创建操作的日期和时间(UTC)。

error

遇到错误。

kind
lastUpdatedDateTime

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

operationId

操作 ID

percentCompleted

操作进度(0-100)。

resourceLocation

此操作面向的资源的 URL。

status

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

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

tags

与文档模型关联的键值标记属性的列表。

属性详细信息

apiVersion

用于创建此操作的 API 版本。

apiVersion?: string

属性值

string

createdDateTime

创建操作的日期和时间(UTC)。

createdDateTime: string

属性值

string

error

遇到错误。

error?: DocumentIntelligenceErrorOutput

属性值

kind

kind: string

属性值

string

lastUpdatedDateTime

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

lastUpdatedDateTime: string

属性值

string

operationId

操作 ID

operationId: string

属性值

string

percentCompleted

操作进度(0-100)。

percentCompleted?: number

属性值

number

resourceLocation

此操作面向的资源的 URL。

resourceLocation: string

属性值

string

status

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

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

status: string

属性值

string

tags

与文档模型关联的键值标记属性的列表。

tags?: Record<string, string>

属性值

Record<string, string>