次の方法で共有


AnalyzeBatchResultDetails Class

Definition

Operation detail for a document in a batch analysis.

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

Properties

Error

Encountered error.

ResultUri

URL of the analyze result JSON.

SourceUri

URL of the source document.

Status

Analyze status. succeeded, failed, or skipped.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AnalyzeBatchResultDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AnalyzeBatchResultDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AnalyzeBatchResultDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AnalyzeBatchResultDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AnalyzeBatchResultDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to