Condividi tramite


DocumentOperationKind Struct

Definition

Type of operation.

public readonly struct DocumentOperationKind : IEquatable<Azure.AI.FormRecognizer.DocumentAnalysis.DocumentOperationKind>
type DocumentOperationKind = struct
Public Structure DocumentOperationKind
Implements IEquatable(Of DocumentOperationKind)
Inheritance
DocumentOperationKind
Implements

Constructors

DocumentOperationKind(String)

Initializes a new instance of DocumentOperationKind.

Properties

DocumentClassifierBuild

Build a new custom classifier model.

DocumentModelBuild

Build a new custom document model.

DocumentModelCompose

Compose a new custom document model from existing models.

DocumentModelCopyTo

Copy an existing document model to potentially a different resource, region, or subscription.

Methods

Equals(DocumentOperationKind)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(DocumentOperationKind, DocumentOperationKind)

Determines if two DocumentOperationKind values are the same.

Implicit(String to DocumentOperationKind)

Converts a string to a DocumentOperationKind.

Inequality(DocumentOperationKind, DocumentOperationKind)

Determines if two DocumentOperationKind values are not the same.

Applies to