Uses of Enum
com.azure.ai.formrecognizer.documentanalysis.DocumentAnalysisServiceVersion
Packages that use 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
Methods in com.azure.ai.formrecognizer.documentanalysis that return DocumentAnalysisServiceVersionModifier 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.Methods in com.azure.ai.formrecognizer.documentanalysis with parameters of type DocumentAnalysisServiceVersionModifier and TypeMethodDescriptionDocumentAnalysisClientBuilder.serviceVersion(DocumentAnalysisServiceVersion version) Sets theDocumentAnalysisServiceVersionthat is used when making API requests. -
Uses of DocumentAnalysisServiceVersion in com.azure.ai.formrecognizer.documentanalysis.administration
Methods in com.azure.ai.formrecognizer.documentanalysis.administration with parameters of type DocumentAnalysisServiceVersionModifier and TypeMethodDescriptionDocumentModelAdministrationClientBuilder.serviceVersion(DocumentAnalysisServiceVersion version) Sets theDocumentAnalysisServiceVersionthat is used when making API requests.