AnalyzeBatchResultOutput interface
Batch document analysis result.
Properties
details | Operation detail for each document in the batch. |
failed |
Number of documents that completed with status failed. |
skipped |
Number of documents that completed with status skipped. |
succeeded |
Number of documents that completed with status succeeded. |
Property Details
details
Operation detail for each document in the batch.
details: AnalyzeBatchOperationDetailOutput[]
Property Value
failedCount
Number of documents that completed with status failed.
failedCount: number
Property Value
number
skippedCount
Number of documents that completed with status skipped.
skippedCount: number
Property Value
number
succeededCount
Number of documents that completed with status succeeded.
succeededCount: number
Property Value
number
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