共用方式為


AnalyzeBatchOperationOutput interface

分析批次作業的狀態和結果。

屬性

createdDateTime

提交作業的日期和時間 (UTC)。

error

批次檔分析期間發生錯誤。

lastUpdatedDateTime

上次更新狀態的日期和時間 (UTC)。

percentCompleted

作業進度(0-100)。

result

批次檔分析結果。

resultId

分析批次作業結果標識碼。

status

作業狀態。 notStarted、執行中、成功或失敗

可能的值:“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

分析批次作業結果標識碼。

resultId?: string

屬性值

string

status

作業狀態。 notStarted、執行中、成功或失敗

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

status: string

屬性值

string