Uses of Class
com.azure.ai.documentintelligence.models.OperationKind
Package
Description
Package containing the data models for DocumentIntelligence.
-
Uses of OperationKind in com.azure.ai.documentintelligence.models
Modifier and TypeFieldDescriptionstatic final OperationKind
OperationKind.DOCUMENT_CLASSIFIER_BUILD
Build a new custom classifier model.static final OperationKind
OperationKind.DOCUMENT_CLASSIFIER_COPY_TO
Copy an existing document classifier to potentially a different resource, region, or subscription.static final OperationKind
OperationKind.DOCUMENT_MODEL_BUILD
Build a new custom document model.static final OperationKind
OperationKind.DOCUMENT_MODEL_COMPOSE
Compose a new custom document model from existing models.static final OperationKind
OperationKind.DOCUMENT_MODEL_COPY_TO
Copy an existing document model to potentially a different resource, region, or subscription.Modifier and TypeMethodDescriptionstatic OperationKind
OperationKind.fromString
(String name) Creates or finds a OperationKind from its string representation.DocumentClassifierBuildOperationDetails.getKind()
Get the kind property: Type of operation.DocumentClassifierCopyToOperationDetails.getKind()
Get the kind property: Type of operation.DocumentModelBuildOperationDetails.getKind()
Get the kind property: Type of operation.DocumentModelComposeOperationDetails.getKind()
Get the kind property: Type of operation.DocumentModelCopyToOperationDetails.getKind()
Get the kind property: Type of operation.OperationDetails.getKind()
Get the kind property: Type of operation.Modifier and TypeMethodDescriptionstatic Collection<OperationKind>
OperationKind.values()
Gets known OperationKind values.