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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java