AnalyzeBatchResultOutput interface

Batch document analysis result.

Properties

details

Operation detail for each document in the batch.

failedCount

Number of documents that completed with status failed.

skippedCount

Number of documents that completed with status skipped.

succeededCount

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