Uses of Enum
com.azure.ai.formrecognizer.FormRecognizerServiceVersion
Package
Description
Package containing classes for creating a
FormRecognizerClient
to
perform operations on Azure Form RecognizerPackage containing form recognizer training clients for Azure Form Recognizer.
-
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.