AnalyzeBatchResult Class

Definition

Batch document analysis result.

public class AnalyzeBatchResult : System.ClientModel.Primitives.IJsonModel<Azure.AI.DocumentIntelligence.AnalyzeBatchResult>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.DocumentIntelligence.AnalyzeBatchResult>
type AnalyzeBatchResult = class
    interface IJsonModel<AnalyzeBatchResult>
    interface IPersistableModel<AnalyzeBatchResult>
Public Class AnalyzeBatchResult
Implements IJsonModel(Of AnalyzeBatchResult), IPersistableModel(Of AnalyzeBatchResult)
Inheritance
AnalyzeBatchResult
Implements

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.

Explicit Interface Implementations

IJsonModel<AnalyzeBatchResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AnalyzeBatchResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AnalyzeBatchResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AnalyzeBatchResult>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AnalyzeBatchResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to