Class TextStyle
- java.lang.Object
-
- com.microsoft.rest.ExpandableStringEnum<TextStyle>
-
- com.microsoft.azure.cognitiveservices.vision.computervision.models.TextStyle
-
public final class TextStyle extends com.microsoft.rest.ExpandableStringEnum<TextStyle>
Defines values for TextStyle.
-
-
Field Summary
Fields Modifier and Type Field Description static TextStyle
HANDWRITING
Static value handwriting for TextStyle.static TextStyle
OTHER
Static value other for TextStyle.
-
Constructor Summary
Constructors Constructor Description TextStyle()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TextStyle
fromString(String name)
Creates or finds a TextStyle from its string representation.static Collection<TextStyle>
values()
-
-
-
Method Detail
-
fromString
public static TextStyle fromString(String name)
Creates or finds a TextStyle from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding TextStyle
-
values
public static Collection<TextStyle> values()
- Returns:
- known TextStyle values
-
-