java.lang.Object
com.azure.ai.formrecognizer.documentanalysis.models.DocumentTable

public final class DocumentTable extends Object
A table object consisting table cells arranged in a rectangular layout.
  • 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

      public List<DocumentTableCell> getCells()
      Get the cells property: Cells contained within the table.
      Returns:
      the cells value.
    • getBoundingRegions

      public List<BoundingRegion> getBoundingRegions()
      Get the boundingRegions property: Bounding regions covering the table.
      Returns:
      the boundingRegions value.
    • getSpans

      public List<DocumentSpan> getSpans()
      Get the spans property: Location of the table in the reading order concatenated content.
      Returns:
      the spans value.