Class FormRecognizerLocale
java.lang.Object
com.azure.core.util.ExpandableStringEnum<FormRecognizerLocale>
com.azure.ai.formrecognizer.models.FormRecognizerLocale
public final class FormRecognizerLocale
extends com.azure.core.util.ExpandableStringEnum<FormRecognizerLocale>
Defines values for FormRecognizerLocale.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final FormRecognizerLocale
Static value en-AU for FormRecognizerLocale.static final FormRecognizerLocale
Static value en-CA for FormRecognizerLocale.static final FormRecognizerLocale
Static value en-GB for FormRecognizerLocale.static final FormRecognizerLocale
Static value en-IN for FormRecognizerLocale.static final FormRecognizerLocale
Static value en-US for FormRecognizerLocale. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic FormRecognizerLocale
fromString
(String name) Creates or finds a FormRecognizerLocale from its string representation.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
EN_AU
Static value en-AU for FormRecognizerLocale. -
EN_CA
Static value en-CA for FormRecognizerLocale. -
EN_GB
Static value en-GB for FormRecognizerLocale. -
EN_IN
Static value en-IN for FormRecognizerLocale. -
EN_US
Static value en-US for FormRecognizerLocale.
-
-
Constructor Details
-
FormRecognizerLocale
public FormRecognizerLocale()
-
-
Method Details
-
fromString
Creates or finds a FormRecognizerLocale from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding FormRecognizerLocale.
-