Class TextAppearance
java.lang.Object
com.azure.ai.formrecognizer.models.TextAppearance
The TextAppearance model representing the appearance of the text line.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfloat
Get the confidence of the recognized text line style.Get the text line style name.
-
Constructor Details
-
TextAppearance
public TextAppearance()
-
-
Method Details
-
getStyleName
Get the text line style name. Possible values include handwriting and other.- Returns:
- the style name value.
-
getStyleConfidence
public float getStyleConfidence()Get the confidence of the recognized text line style.- Returns:
- the confidence value.
-