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