다음을 통해 공유


AnalyzeBatchOperationDetail Class

Definition

Operation detail for a document in a batch analysis.

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

Properties

Error

Encountered error.

ResultUrl

URL of the analyze result JSON.

SourceUrl

URL of the source document.

Status

Analyze status. succeeded, failed, or skipped.

Explicit Interface Implementations

IJsonModel<AnalyzeBatchOperationDetail>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AnalyzeBatchOperationDetail>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AnalyzeBatchOperationDetail>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AnalyzeBatchOperationDetail>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AnalyzeBatchOperationDetail>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to