Class TextAppearance

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

public final class TextAppearance extends Object
The TextAppearance model representing the appearance of the text line.
  • Constructor Details

    • TextAppearance

      public TextAppearance()
  • Method Details

    • getStyleName

      public TextStyleName 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.