AnalyzeBatchResultOperationOutput 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. |
status | Operation status. notStarted, running, completed, or failed Possible values: "notStarted", "running", "failed", "succeeded", "completed", "canceled" |
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?: ErrorModelOutput
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
status
Operation status. notStarted, running, completed, or failed
Possible values: "notStarted", "running", "failed", "succeeded", "completed", "canceled"
status: string
Property Value
string
Azure SDK for JavaScript