DocumentTableCell Class
- java.
lang. Object - com.
azure. ai. formrecognizer. documentanalysis. models. DocumentTableCell
- com.
public final class DocumentTableCell
An object representing the location and content of a table cell.
Constructor Summary
Constructor | Description |
---|---|
DocumentTableCell() |
Creates a Document |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Bounding |
getBoundingRegions()
Get the bounding |
int |
getColumnIndex()
Get the column |
Integer |
getColumnSpan()
Get the column |
String |
getContent()
Get the content property: Concatenated content of the table cell in reading order. |
Document |
getKind()
Get the kind property: Table cell kind. |
int |
getRowIndex()
Get the row |
Integer |
getRowSpan()
Get the row |
List<Document |
getSpans()
Get the spans property: Location of the table cell in the reading order concatenated content. |
Methods inherited from java.lang.Object
Constructor Details
DocumentTableCell
public DocumentTableCell()
Creates a DocumentTableCell object.
Method Details
getBoundingRegions
public List
Get the boundingRegions property: Bounding regions covering the table cell.
Returns:
getColumnIndex
public int getColumnIndex()
Get the columnIndex property: Column index of the cell.
Returns:
getColumnSpan
public Integer getColumnSpan()
Get the columnSpan property: Number of columns spanned by this cell.
Returns:
getContent
public String getContent()
Get the content property: Concatenated content of the table cell in reading order.
Returns:
getKind
public DocumentTableCellKind getKind()
Get the kind property: Table cell kind.
Returns:
getRowIndex
public int getRowIndex()
Get the rowIndex property: Row index of the cell.
Returns:
getRowSpan
public Integer getRowSpan()
Get the rowSpan property: Number of rows spanned by this cell.
Returns:
getSpans
public List
Get the spans property: Location of the table cell in the reading order concatenated content.
Returns: