TextStyle Class
- java.
lang. Object - com.
microsoft. rest. ExpandableStringEnum - com.
microsoft. azure. cognitiveservices. vision. computervision. models. TextStyle
- com.
- com.
public final class TextStyle
extends com.microsoft.rest.ExpandableStringEnum<TextStyle>
Defines values for TextStyle.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Text |
HANDWRITING
Static value handwriting for Text |
static final
Text |
OTHER
Static value other for Text |
Constructor Summary
Constructor | Description | |
---|---|---|
TextStyle() |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Text |
fromString(String name)
Creates or finds a Text |
static
Collection<Text |
values() |
Methods inherited from com.microsoft.rest.ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
HANDWRITING
public static final TextStyle HANDWRITING
Static value handwriting for TextStyle.
OTHER
public static final TextStyle OTHER
Static value other for TextStyle.
Constructor Details
TextStyle
public TextStyle()
Method Details
fromString
public static TextStyle fromString(String name)
Creates or finds a TextStyle from its string representation.
Parameters:
Returns:
values
public static Collection
Returns:
Applies to
Azure SDK for Java