AnalyzeBatchOperationDetailOutput interface
Operation detail for a document in a batch analysis.
Properties
error | Encountered error. |
result |
URL of the analyze result JSON. |
source |
URL of the source document. |
status | Analyze status. succeeded, failed, or skipped Possible values: "notStarted", "running", "failed", "succeeded", "canceled", "skipped" |
Property Details
error
Encountered error.
error?: DocumentIntelligenceErrorOutput
Property Value
resultUrl
URL of the analyze result JSON.
resultUrl?: string
Property Value
string
sourceUrl
URL of the source document.
sourceUrl: string
Property Value
string
status
Analyze status. succeeded, failed, or skipped
Possible values: "notStarted", "running", "failed", "succeeded", "canceled", "skipped"
status: string
Property Value
string