共用方式為


AnalyzeOperationOutput interface

分析作業的狀態和結果。

屬性

analyzeResult

檔分析結果。

createdDateTime

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

error

在檔案分析期間發生錯誤。

lastUpdatedDateTime

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

status

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

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

屬性詳細資料

analyzeResult

檔分析結果。

analyzeResult?: AnalyzeResultOutput

屬性值

createdDateTime

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

createdDateTime: string

屬性值

string

error

在檔案分析期間發生錯誤。

error?: DocumentIntelligenceErrorOutput

屬性值

lastUpdatedDateTime

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

lastUpdatedDateTime: string

屬性值

string

status

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

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

status: string

屬性值

string