Condividi tramite


DocumentClassifierBuildOperationDetails Class

Definition

Get Operation response object.

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

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