你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TextAppearance Class

  • java.lang.Object
    • com.azure.ai.formrecognizer.models.TextAppearance

public final class TextAppearance

The TextAppearance model representing the appearance of the text line.

Constructor Summary

Constructor Description
TextAppearance()

Creates a TextAppearance instance.

Method Summary

Modifier and Type Method and Description
float getStyleConfidence()

Get the confidence of the recognized text line style.

TextStyleName 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