Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
DocumentTableCell interface
- Package:
- @azure/ai-form-recognizer
An object representing the location and content of a table cell.
Properties
| boundingRegions | Bounding regions covering the table cell. |
| columnIndex | Column index of the cell. |
| columnSpan | Number of columns spanned by this cell. |
| content | Concatenated content of the table cell in reading order. |
| kind | Table cell kind. |
| rowIndex | Row index of the cell. |
| rowSpan | Number of rows spanned by this cell. |
| spans | Location of the table cell in the reading order concatenated content. |
Property Details
boundingRegions
Bounding regions covering the table cell.
boundingRegions?: BoundingRegion[]
Property Value
columnIndex
Column index of the cell.
columnIndex: number
Property Value
number
columnSpan
Number of columns spanned by this cell.
columnSpan?: number
Property Value
number
content
Concatenated content of the table cell in reading order.
content: string
Property Value
string
kind
Table cell kind.
kind?: string
Property Value
string
rowIndex
Row index of the cell.
rowIndex: number
Property Value
number
rowSpan
Number of rows spanned by this cell.
rowSpan?: number
Property Value
number
spans
Location of the table cell in the reading order concatenated content.
spans: DocumentSpan[]
