Uses of Class
com.azure.ai.formrecognizer.models.FormRecognizerLocale
Package
Description
Package containing classes for FormRecognizerClient.
-
Uses of FormRecognizerLocale in com.azure.ai.formrecognizer.models
Modifier and TypeFieldDescriptionstatic final FormRecognizerLocale
FormRecognizerLocale.EN_AU
Static value en-AU for FormRecognizerLocale.static final FormRecognizerLocale
FormRecognizerLocale.EN_CA
Static value en-CA for FormRecognizerLocale.static final FormRecognizerLocale
FormRecognizerLocale.EN_GB
Static value en-GB for FormRecognizerLocale.static final FormRecognizerLocale
FormRecognizerLocale.EN_IN
Static value en-IN for FormRecognizerLocale.static final FormRecognizerLocale
FormRecognizerLocale.EN_US
Static value en-US for FormRecognizerLocale.Modifier and TypeMethodDescriptionstatic FormRecognizerLocale
FormRecognizerLocale.fromString
(String name) Creates or finds a FormRecognizerLocale from its string representation.RecognizeBusinessCardsOptions.getLocale()
Get the locale value.RecognizeInvoicesOptions.getLocale()
Get the locale information for the invoice.RecognizeReceiptsOptions.getLocale()
Get the locale information for the receipt.Modifier and TypeMethodDescriptionRecognizeBusinessCardsOptions.setLocale
(FormRecognizerLocale locale) Set the locale value.RecognizeInvoicesOptions.setLocale
(FormRecognizerLocale locale) Set the locale information for the invoice.RecognizeReceiptsOptions.setLocale
(FormRecognizerLocale locale) Set the locale information for the receipt.