Class FormLine
Represents a line of text and its appearance.
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.AI.FormRecognizer.dll
Syntax
public class FormLine : Azure.AI.FormRecognizer.Models.FormElement
Properties
Appearance
An object representing the appearance of the text line.
Declaration
public Azure.AI.FormRecognizer.Models.TextAppearance Appearance { get; }
Property Value
TextAppearance
|
Remarks
This property only has value for V2_1 and up.
Words
A list of the words that make up the line.
Declaration
public System.Collections.Generic.IReadOnlyList<Azure.AI.FormRecognizer.Models.FormWord> Words { get; }
Property Value
System.Collections.Generic.IReadOnlyList<FormWord>
|