Class TextAppearance
An object representing the appearance of the text line.
Inheritance
System.Object
TextAppearance
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.AI.FormRecognizer.dll
Syntax
public class TextAppearance
Properties
StyleConfidence
The confidence of text line style.
Declaration
public float StyleConfidence { get; }
Property Value
System.Single
|
StyleName
The text line style name, including handwriting and other.
Declaration
public Azure.AI.FormRecognizer.Models.TextStyleName StyleName { get; }
Property Value
TextStyleName
|