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", "completed", "canceled" |
Property Details
error
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", "completed", "canceled"
status: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript