DocumentTable Class
- java.
lang. Object - com.
azure. ai. formrecognizer. documentanalysis. models. DocumentTable
- com.
public final class DocumentTable
A table object consisting table cells arranged in a rectangular layout.
Constructor Summary
Constructor | Description |
---|---|
DocumentTable() |
Creates a Document |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Bounding |
getBoundingRegions()
Get the bounding |
List<Document |
getCells()
Get the cells property: Cells contained within the table. |
int |
getColumnCount()
Get the column |
int |
getRowCount()
Get the row |
List<Document |
getSpans()
Get the spans property: Location of the table in the reading order concatenated content. |
Methods inherited from java.lang.Object
Constructor Details
DocumentTable
public DocumentTable()
Creates a DocumentTable object.
Method Details
getBoundingRegions
public List
Get the boundingRegions property: Bounding regions covering the table.
Returns:
getCells
public List
Get the cells property: Cells contained within the table.
Returns:
getColumnCount
public int getColumnCount()
Get the columnCount property: Number of columns in the table.
Returns:
getRowCount
public int getRowCount()
Get the rowCount property: Number of rows in the table.
Returns:
getSpans
public List
Get the spans property: Location of the table in the reading order concatenated content.
Returns:
Applies to
Azure SDK for Java