Condividi tramite


DocumentClassifierCopyToOperationDetails Class

Definition

Get Operation response object.

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

Properties

ApiVersion

API version used to create this operation.

(Inherited from DocumentIntelligenceOperationDetails)
ApiVersion

API version used to create this operation.

(Inherited from OperationDetails)
CreatedOn

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

(Inherited from DocumentIntelligenceOperationDetails)
CreatedOn

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

(Inherited from OperationDetails)
Error

Encountered error.

(Inherited from DocumentIntelligenceOperationDetails)
Error

Encountered error.

(Inherited from OperationDetails)
LastUpdatedOn

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

(Inherited from DocumentIntelligenceOperationDetails)
LastUpdatedOn

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

(Inherited from OperationDetails)
OperationId

Operation ID.

(Inherited from DocumentIntelligenceOperationDetails)
OperationId

Operation ID.

(Inherited from OperationDetails)
PercentCompleted

Operation progress (0-100).

(Inherited from DocumentIntelligenceOperationDetails)
PercentCompleted

Operation progress (0-100).

(Inherited from OperationDetails)
ResourceLocation

URL of the resource targeted by this operation.

(Inherited from DocumentIntelligenceOperationDetails)
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 DocumentIntelligenceOperationDetails)
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 DocumentIntelligenceOperationDetails)
Tags

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

(Inherited from OperationDetails)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DocumentClassifierCopyToOperationDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DocumentClassifierCopyToOperationDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<DocumentIntelligenceOperationDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from DocumentIntelligenceOperationDetails)
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<DocumentClassifierCopyToOperationDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DocumentClassifierCopyToOperationDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DocumentClassifierCopyToOperationDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<DocumentIntelligenceOperationDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from DocumentIntelligenceOperationDetails)
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