次の方法で共有


AnalyzeOperationOutput interface

分析操作の状態と結果。

プロパティ

analyzeResult

ドキュメント分析結果。

createdDateTime

分析操作が送信された日時 (UTC)。

error

ドキュメント分析中にエラーが発生しました。

lastUpdatedDateTime

状態が最後に更新された日時 (UTC)。

status

操作の状態。 notStarted、running、succeeded、または failed

指定できる値: "notStarted"、"running"、"failed"、"succeeded"、"canceled"、"skipped"

プロパティの詳細

analyzeResult

ドキュメント分析結果。

analyzeResult?: AnalyzeResultOutput

プロパティ値

createdDateTime

分析操作が送信された日時 (UTC)。

createdDateTime: string

プロパティ値

string

error

ドキュメント分析中にエラーが発生しました。

error?: DocumentIntelligenceErrorOutput

プロパティ値

lastUpdatedDateTime

状態が最後に更新された日時 (UTC)。

lastUpdatedDateTime: string

プロパティ値

string

status

操作の状態。 notStarted、running、succeeded、または failed

指定できる値: "notStarted"、"running"、"failed"、"succeeded"、"canceled"、"skipped"

status: string

プロパティ値

string