Class Appearance
- java.lang.Object
-
- com.microsoft.azure.cognitiveservices.vision.computervision.models.Appearance
-
public class Appearance extends Object
An object representing the appearance of the text line.
-
-
Constructor Summary
Constructors Constructor Description Appearance()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Style
style()
Get the style value.Appearance
withStyle(Style style)
Set the style value.
-
-
-
Method Detail
-
style
public Style style()
Get the style value.- Returns:
- the style value
-
withStyle
public Appearance withStyle(Style style)
Set the style value.- Parameters:
style
- the style value to set- Returns:
- the Appearance object itself.
-
-