Uses of Class
com.azure.ai.formrecognizer.models.FormRecognizerLocale
Packages that use FormRecognizerLocale
Package
Description
Package containing classes for FormRecognizerClient.
-
Uses of FormRecognizerLocale in com.azure.ai.formrecognizer.models
Fields in com.azure.ai.formrecognizer.models declared as FormRecognizerLocaleModifier and TypeFieldDescriptionstatic final FormRecognizerLocaleFormRecognizerLocale.EN_AUStatic value en-AU for FormRecognizerLocale.static final FormRecognizerLocaleFormRecognizerLocale.EN_CAStatic value en-CA for FormRecognizerLocale.static final FormRecognizerLocaleFormRecognizerLocale.EN_GBStatic value en-GB for FormRecognizerLocale.static final FormRecognizerLocaleFormRecognizerLocale.EN_INStatic value en-IN for FormRecognizerLocale.static final FormRecognizerLocaleFormRecognizerLocale.EN_USStatic value en-US for FormRecognizerLocale.Methods in com.azure.ai.formrecognizer.models that return FormRecognizerLocaleModifier and TypeMethodDescriptionstatic FormRecognizerLocaleFormRecognizerLocale.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.Methods in com.azure.ai.formrecognizer.models with parameters of type FormRecognizerLocaleModifier 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.