Sdílet prostřednictvím


FormTableCell Class

Definition

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
FormTableCell

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 true, a list of references to the field elements constituting this cell is returned. An empty list otherwise. For calls to Recognize Content, this list is always populated.

IsFooter

true if this cell is a footer cell. Otherwise, false.

IsHeader

true if this cell is a header cell. Otherwise, false.

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