TextAppearance Class
- java.
lang. Object - com.
azure. ai. formrecognizer. models. TextAppearance
- com.
public final class TextAppearance
The TextAppearance model representing the appearance of the text line.
Constructor Summary
Constructor | Description |
---|---|
TextAppearance() |
Creates a Text |
Method Summary
Modifier and Type | Method and Description |
---|---|
float |
getStyleConfidence()
Get the confidence of the recognized text line style. |
Text |
getStyleName()
Get the text line style name. |
Methods inherited from java.lang.Object
Constructor Details
TextAppearance
public TextAppearance()
Creates a TextAppearance instance.
Method Details
getStyleConfidence
public float getStyleConfidence()
Get the confidence of the recognized text line style.
Returns:
the confidence value.
getStyleName
public TextStyleName getStyleName()
Get the text line style name. Possible values include handwriting and other.
Returns:
the style name value.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java