共用方式為


AnalyzeBatchOperationDetailOutput interface

批次分析中文件的作業詳細數據。

屬性

error

發生錯誤。

resultUrl

分析結果 JSON 的 URL。

sourceUrl

源檔的 URL。

status

分析狀態。 成功、失敗或略過

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

屬性詳細資料

error

發生錯誤。

error?: DocumentIntelligenceErrorOutput

屬性值

resultUrl

分析結果 JSON 的 URL。

resultUrl?: string

屬性值

string

sourceUrl

源檔的 URL。

sourceUrl: string

屬性值

string

status

分析狀態。 成功、失敗或略過

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

status: string

屬性值

string