Condividi tramite


DocumentModelCopyToOperationDetails Class

Definition

Get Operation response object.

public class DocumentModelCopyToOperationDetails : Azure.AI.FormRecognizer.DocumentAnalysis.OperationDetails
type DocumentModelCopyToOperationDetails = class
    inherit OperationDetails
Public Class DocumentModelCopyToOperationDetails
Inherits OperationDetails
Inheritance
DocumentModelCopyToOperationDetails

Properties

CreatedOn

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

(Inherited from OperationDetails)
Error

Gets the error that occurred during the operation. The value is null if the operation succeeds.

(Inherited from OperationDetails)
Kind

Type of operation.

(Inherited from OperationDetails)
LastUpdatedOn

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

(Inherited from OperationDetails)
OperationId

Operation ID.

(Inherited from OperationDetails)
PercentCompleted

Operation progress (0-100).

(Inherited from OperationDetails)
ResourceLocation

URI of the resource targeted by this operation.

(Inherited from OperationDetails)
Result

Operation result upon success.

ServiceVersion

Service version used to create this operation.

(Inherited from OperationDetails)
Status

Operation status.

(Inherited from OperationDetails)
Tags

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

(Inherited from OperationDetails)

Applies to