Appearance Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. computervision. models. Appearance
- com.
public class Appearance
An object representing the appearance of the text line.
Constructor Summary
Constructor | Description | |
---|---|---|
Appearance() |
Method Summary
Modifier and Type | Method and Description |
---|---|
Style |
style()
Get the style value. |
Appearance |
withStyle(Style style)
Set the style value. |
Methods inherited from java.lang.Object
Constructor Details
Appearance
public Appearance()
Method Details
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.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Java