Uses of Enum
com.azure.ai.formrecognizer.FormRecognizerServiceVersion
Packages that use FormRecognizerServiceVersion
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 forms.
Azure Form Recognizer
is a cloud-based service provided by Microsoft Azure that utilizes machine learning to extract information
from various types of forms.
-
Uses of FormRecognizerServiceVersion in com.azure.ai.formrecognizer
Methods in com.azure.ai.formrecognizer that return FormRecognizerServiceVersionModifier and TypeMethodDescriptionstatic FormRecognizerServiceVersionFormRecognizerServiceVersion.getLatest()Gets the latest service version supported by this client librarystatic FormRecognizerServiceVersionReturns the enum constant of this type with the specified name.static FormRecognizerServiceVersion[]FormRecognizerServiceVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.ai.formrecognizer with parameters of type FormRecognizerServiceVersionModifier and TypeMethodDescriptionFormRecognizerClientBuilder.serviceVersion(FormRecognizerServiceVersion version) Sets theFormRecognizerServiceVersionthat is used when making API requests. -
Uses of FormRecognizerServiceVersion in com.azure.ai.formrecognizer.training
Methods in com.azure.ai.formrecognizer.training with parameters of type FormRecognizerServiceVersionModifier and TypeMethodDescriptionFormTrainingClientBuilder.serviceVersion(FormRecognizerServiceVersion version) Sets theFormRecognizerServiceVersionthat is used when making API requests.