FormLine Class
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.
Represents a line of text and its appearance.
public class FormLine : Azure.AI.FormRecognizer.Models.FormElement
type FormLine = class
inherit FormElement
Public Class FormLine
Inherits FormElement
- Inheritance
Properties
Appearance |
An object representing the appearance of the text line. |
BoundingBox |
The quadrilateral bounding box that outlines the text of this element. Units are in pixels for images and inches for PDF. The LengthUnit type of a recognized page can be found at Unit. (Inherited from FormElement) |
PageNumber |
The 1-based number of the page in which this element is present. (Inherited from FormElement) |
Text |
The text of this form element. It can be a whole line or a single word. (Inherited from FormElement) |
Words |
A list of the words that make up the line. |