DocumentTableCellOutput interface   
An object representing the location and content of a table cell.
Properties
| bounding | 
	Bounding regions covering the table cell.  | 
| column | 
	Column index of the cell.  | 
| column | 
	Number of columns spanned by this cell.  | 
| content | Concatenated content of the table cell in reading order.  | 
| elements | Child elements of the table cell.  | 
| kind | Table cell kind. Possible values: "content", "rowHeader", "columnHeader", "stubHead", "description"  | 
| row | 
	Row index of the cell.  | 
| row | 
	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?: BoundingRegionOutput[]
				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
elements
Child elements of the table cell.
elements?: string[]
				Property Value
string[]
kind
Table cell kind.
Possible values: "content", "rowHeader", "columnHeader", "stubHead", "description"
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: DocumentSpanOutput[]