共用方式為


AnalyzeBatchOperationDetails Class

Definition

Status and result of the analyze batch operation.

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

Properties

CreatedOn

Date and time (UTC) when the operation was submitted.

Error

Encountered error during batch document analysis.

LastUpdatedOn

Date and time (UTC) when the status was last updated.

PercentCompleted

Operation progress (0-100).

Result

Batch document analysis result.

ResultId

Analyze batch operation result ID.

Status

Operation status. notStarted, running, succeeded, or failed.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AnalyzeBatchOperationDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AnalyzeBatchOperationDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AnalyzeBatchOperationDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AnalyzeBatchOperationDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AnalyzeBatchOperationDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to