Uses of Class
com.microsoft.azure.cognitiveservices.vision.computervision.models.TextStyle
-
Packages that use TextStyle Package Description com.microsoft.azure.cognitiveservices.vision.computervision.models This package contains the models classes for ComputerVisionClient. -
-
Uses of TextStyle in com.microsoft.azure.cognitiveservices.vision.computervision.models
Fields in com.microsoft.azure.cognitiveservices.vision.computervision.models declared as TextStyle Modifier and Type Field Description static TextStyle
TextStyle. HANDWRITING
Static value handwriting for TextStyle.static TextStyle
TextStyle. OTHER
Static value other for TextStyle.Methods in com.microsoft.azure.cognitiveservices.vision.computervision.models that return TextStyle Modifier and Type Method Description static TextStyle
TextStyle. fromString(String name)
Creates or finds a TextStyle from its string representation.TextStyle
Style. name()
Get the name value.Methods in com.microsoft.azure.cognitiveservices.vision.computervision.models that return types with arguments of type TextStyle Modifier and Type Method Description static Collection<TextStyle>
TextStyle. values()
Methods in com.microsoft.azure.cognitiveservices.vision.computervision.models with parameters of type TextStyle Modifier and Type Method Description Style
Style. withName(TextStyle name)
Set the name value.
-