DocumentTable Class
- java.
lang. Object - com.
azure. ai. documentintelligence. models. DocumentTable
- com.
Implements
public final class DocumentTable
implements JsonSerializable<DocumentTable>
A table object consisting table cells arranged in a rectangular layout.
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Document |
fromJson(JsonReader jsonReader)
Reads an instance of Document |
List<Bounding |
getBoundingRegions()
Get the bounding |
Document |
getCaption()
Get the caption property: Caption associated with the table. |
List<Document |
getCells()
Get the cells property: Cells contained within the table. |
int |
getColumnCount()
Get the column |
List<Document |
getFootnotes()
Get the footnotes property: List of footnotes associated with the table. |
int |
getRowCount()
Get the row |
List<Document |
getSpans()
Get the spans property: Location of the table in the reading order concatenated content. |
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static DocumentTable fromJson(JsonReader jsonReader)
Reads an instance of DocumentTable from the JsonReader.
Parameters:
Returns:
Throws:
getBoundingRegions
public List
Get the boundingRegions property: Bounding regions covering the table.
Returns:
getCaption
public DocumentCaption getCaption()
Get the caption property: Caption associated with 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:
getFootnotes
public List
Get the footnotes property: List of footnotes associated with 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:
toJson
Applies to
Azure SDK for Java