FormTableCell 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 cell contained in a table recognized from the input document.
public class FormTableCell : Azure.AI.FormRecognizer.Models.FormElement
type FormTableCell = class
inherit FormElement
Public Class FormTableCell
Inherits FormElement
- Inheritance
Properties
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) |
ColumnIndex |
The column index of the cell. |
ColumnSpan |
The number of columns spanned by this cell. |
Confidence |
Measures the degree of certainty of the recognition result. Value is between [0.0, 1.0]. |
FieldElements |
When 'IncludeFieldElements' is set to |
IsFooter |
|
IsHeader |
|
PageNumber |
The 1-based number of the page in which this element is present. (Inherited from FormElement) |
RowIndex |
The row index of this cell. |
RowSpan |
The number of rows spanned by this cell. |
Text |
The text of this form element. It can be a whole line or a single word. (Inherited from FormElement) |
Applies to
Azure SDK for .NET