Class DocumentTable
java.lang.Object
com.azure.ai.formrecognizer.documentanalysis.models.DocumentTable
A table object consisting table cells arranged in a rectangular layout.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the boundingRegions property: Bounding regions covering the table.getCells()
Get the cells property: Cells contained within the table.int
Get the columnCount property: Number of columns in the table.int
Get the rowCount property: Number of rows in the table.getSpans()
Get the spans property: Location of the table in the reading order concatenated content.
-
Constructor Details
-
DocumentTable
public DocumentTable()
-
-
Method Details
-
getRowCount
public int getRowCount()Get the rowCount property: Number of rows in the table.- Returns:
- the rowCount value.
-
getColumnCount
public int getColumnCount()Get the columnCount property: Number of columns in the table.- Returns:
- the columnCount value.
-
getCells
Get the cells property: Cells contained within the table.- Returns:
- the cells value.
-
getBoundingRegions
Get the boundingRegions property: Bounding regions covering the table.- Returns:
- the boundingRegions value.
-
getSpans
Get the spans property: Location of the table in the reading order concatenated content.- Returns:
- the spans value.
-