Uses of Enum
com.azure.ai.formrecognizer.documentanalysis.DocumentAnalysisServiceVersion
Package
Description
Package containing classes for creating a
DocumentAnalysisAsyncClient
and
DocumentAnalysisClient
to perform document analysis operations
on Azure Form Recognizer service.Package containing classes for creating a
DocumentModelAdministrationAsyncClient
and
DocumentModelAdministrationClient
to perform operations on
Azure Form Recognizer document model management operations.-
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.