DocumentModelCopyToOperationDetails Class

Definition

Get Operation response object.

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

Properties

ApiVersion

API version used to create this operation.

(Inherited from OperationDetails)
CreatedOn

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

(Inherited from OperationDetails)
Error

Encountered error.

(Inherited from OperationDetails)
LastUpdatedOn

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

(Inherited from OperationDetails)
OperationId

Operation ID.

(Inherited from OperationDetails)
PercentCompleted

Operation progress (0-100).

(Inherited from OperationDetails)
ResourceLocation

URL of the resource targeted by this operation.

(Inherited from OperationDetails)
Result

Operation result upon success.

Status

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

(Inherited from OperationDetails)
Tags

List of key-value tag attributes associated with the document model.

(Inherited from OperationDetails)

Explicit Interface Implementations

IJsonModel<DocumentModelCopyToOperationDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DocumentModelCopyToOperationDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<OperationDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from OperationDetails)
IJsonModel<OperationDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from OperationDetails)
IPersistableModel<DocumentModelCopyToOperationDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DocumentModelCopyToOperationDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DocumentModelCopyToOperationDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<OperationDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from OperationDetails)
IPersistableModel<OperationDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from OperationDetails)
IPersistableModel<OperationDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from OperationDetails)

Applies to