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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for JavaScript