FormPage.Lines Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When 'IncludeFieldElements' is set to true
, a list of recognized lines of text. An empty list otherwise.
The maximum number of lines returned is 300 per page. The lines are sorted top to bottom, left to right, although
in certain cases proximity is treated with higher priority. As the sorting order depends on the detected text, it
may change across images and OCR version updates. Thus, business logic should be built upon the actual line location
instead of order. For calls to recognize content, this list is always populated and the sorting algorithm for the
returned lines can be changed with the option ReadingOrder.
public System.Collections.Generic.IReadOnlyList<Azure.AI.FormRecognizer.Models.FormLine> Lines { get; }
member this.Lines : System.Collections.Generic.IReadOnlyList<Azure.AI.FormRecognizer.Models.FormLine>
Public ReadOnly Property Lines As IReadOnlyList(Of FormLine)
Property Value
Applies to
Azure SDK for .NET