Uses of Enum
com.azure.ai.formrecognizer.documentanalysis.DocumentAnalysisServiceVersion
Package
Description
Azure Form Recognizer is a cloud-based service provided by Microsoft Azure that utilizes machine learning to
extract information from various types of documents.
Azure Form Recognizer
is a cloud-based service provided by Microsoft Azure that utilizes machine learning to extract information
from various types of documents.
-
Uses of DocumentAnalysisServiceVersion in com.azure.ai.formrecognizer.documentanalysis
Modifier and TypeMethodDescriptionDocumentAnalysisServiceVersion.getLatest()
Gets the latest service version supported by this client libraryReturns the enum constant of this type with the specified name.static DocumentAnalysisServiceVersion[]
DocumentAnalysisServiceVersion.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionDocumentAnalysisClientBuilder.serviceVersion
(DocumentAnalysisServiceVersion version) Sets theDocumentAnalysisServiceVersion
that is used when making API requests. -
Uses of DocumentAnalysisServiceVersion in com.azure.ai.formrecognizer.documentanalysis.administration
Modifier and TypeMethodDescriptionDocumentModelAdministrationClientBuilder.serviceVersion
(DocumentAnalysisServiceVersion version) Sets theDocumentAnalysisServiceVersion
that is used when making API requests.