Uses of Class
com.microsoft.azure.cognitiveservices.vision.computervision.models.Style
-
Packages that use Style Package Description com.microsoft.azure.cognitiveservices.vision.computervision.models This package contains the models classes for ComputerVisionClient. -
-
Uses of Style in com.microsoft.azure.cognitiveservices.vision.computervision.models
Methods in com.microsoft.azure.cognitiveservices.vision.computervision.models that return Style Modifier and Type Method Description Style
Appearance. style()
Get the style value.Style
Style. withConfidence(double confidence)
Set the confidence value.Style
Style. withName(TextStyle name)
Set the name value.Methods in com.microsoft.azure.cognitiveservices.vision.computervision.models with parameters of type Style Modifier and Type Method Description Appearance
Appearance. withStyle(Style style)
Set the style value.
-