Class DocumentTableCell
java.lang.Object
com.azure.ai.formrecognizer.documentanalysis.models.DocumentTableCell
An object representing the location and content of a table cell.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the boundingRegions property: Bounding regions covering the table cell.int
Get the columnIndex property: Column index of the cell.Get the columnSpan property: Number of columns spanned by this cell.Get the content property: Concatenated content of the table cell in reading order.getKind()
Get the kind property: Table cell kind.int
Get the rowIndex property: Row index of the cell.Get the rowSpan property: Number of rows spanned by this cell.getSpans()
Get the spans property: Location of the table cell in the reading order concatenated content.
-
Constructor Details
-
DocumentTableCell
public DocumentTableCell()
-
-
Method Details
-
getKind
Get the kind property: Table cell kind.- Returns:
- the kind value.
-
getRowIndex
public int getRowIndex()Get the rowIndex property: Row index of the cell.- Returns:
- the rowIndex value.
-
getColumnIndex
public int getColumnIndex()Get the columnIndex property: Column index of the cell.- Returns:
- the columnIndex value.
-
getRowSpan
Get the rowSpan property: Number of rows spanned by this cell.- Returns:
- the rowSpan value.
-
getColumnSpan
Get the columnSpan property: Number of columns spanned by this cell.- Returns:
- the columnSpan value.
-
getContent
Get the content property: Concatenated content of the table cell in reading order.- Returns:
- the content value.
-
getBoundingRegions
Get the boundingRegions property: Bounding regions covering the table cell.- Returns:
- the boundingRegions value.
-
getSpans
Get the spans property: Location of the table cell in the reading order concatenated content.- Returns:
- the spans value.
-