AnalyzeBatchOperationOutput interface
Status and result of the analyze batch operation.
Properties
created |
Date and time (UTC) when the operation was submitted. |
error | Encountered error during batch document analysis. |
last |
Date and time (UTC) when the status was last updated. |
percent |
Operation progress (0-100). |
result | Batch document analysis result. |
result |
Analyze batch operation result ID. |
status | Operation status. notStarted, running, succeeded, or failed Possible values: "notStarted", "running", "failed", "succeeded", "canceled", "skipped" |
Property Details
createdDateTime
Date and time (UTC) when the operation was submitted.
createdDateTime: string
Property Value
string
error
Encountered error during batch document analysis.
error?: DocumentIntelligenceErrorOutput
Property Value
lastUpdatedDateTime
Date and time (UTC) when the status was last updated.
lastUpdatedDateTime: string
Property Value
string
percentCompleted
Operation progress (0-100).
percentCompleted?: number
Property Value
number
result
Batch document analysis result.
result?: AnalyzeBatchResultOutput
Property Value
resultId
Analyze batch operation result ID.
resultId?: string
Property Value
string
status
Operation status. notStarted, running, succeeded, or failed
Possible values: "notStarted", "running", "failed", "succeeded", "canceled", "skipped"
status: string
Property Value
string