Uses of Enum
com.azure.ai.formrecognizer.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
Modifier and TypeMethodDescriptionstatic FormRecognizerServiceVersion
FormRecognizerServiceVersion.getLatest()
Gets the latest service version supported by this client librarystatic FormRecognizerServiceVersion
Returns 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.Modifier and TypeMethodDescriptionFormRecognizerClientBuilder.serviceVersion
(FormRecognizerServiceVersion version) Sets theFormRecognizerServiceVersion
that is used when making API requests. -
Uses of FormRecognizerServiceVersion in com.azure.ai.formrecognizer.training
Modifier and TypeMethodDescriptionFormTrainingClientBuilder.serviceVersion
(FormRecognizerServiceVersion version) Sets theFormRecognizerServiceVersion
that is used when making API requests.