AnalyzeResultOperationOutput interface
Status and result of the analyze operation.
Properties
analyze |
Document analysis result. |
created |
Date and time (UTC) when the analyze operation was submitted. |
error | Encountered error during document analysis. |
last |
Date and time (UTC) when the status was last updated. |
status | Operation status. notStarted, running, succeeded, or failed Possible values: "notStarted", "running", "failed", "succeeded", "completed", "canceled" |
Property Details
analyzeResult
createdDateTime
Date and time (UTC) when the analyze operation was submitted.
createdDateTime: string
Property Value
string
error
Encountered error during document analysis.
error?: ErrorModelOutput
Property Value
lastUpdatedDateTime
Date and time (UTC) when the status was last updated.
lastUpdatedDateTime: string
Property Value
string
status
Operation status. notStarted, running, succeeded, or failed
Possible values: "notStarted", "running", "failed", "succeeded", "completed", "canceled"
status: string
Property Value
string
Azure SDK for JavaScript