Class TextStyleName
java.lang.Object
com.azure.core.util.ExpandableStringEnum<TextStyleName>
com.azure.ai.formrecognizer.models.TextStyleName
Defines values for TextStyleName.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TextStyleName
Static value handwriting for TextStyleName.static final TextStyleName
Static value other for TextStyleName. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic TextStyleName
fromString
(String name) Creates or finds a TextStyleName from its string representation.static Collection<TextStyleName>
values()
Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
OTHER
Static value other for TextStyleName. -
HANDWRITING
Static value handwriting for TextStyleName.
-
-
Constructor Details
-
TextStyleName
public TextStyleName()
-
-
Method Details
-
fromString
Creates or finds a TextStyleName from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding TextStyleName.
-
values
- Returns:
- known TextStyleName values.
-