public class TableResultTable
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Method and Description | 
|---|---|
| List<TableBodyCells> | getBodyCells()Gets the bodyCells. | 
| List<TableColumnHeaders> | getColumnHeaders()Gets the columnHeaders. | 
| List<TableTextLocation> | getContexts()Gets the contexts. | 
| List<TableKeyValuePairs> | getKeyValuePairs()Gets the keyValuePairs. | 
| TableElementLocation | getLocation()Gets the location. | 
| List<TableRowHeaders> | getRowHeaders()Gets the rowHeaders. | 
| TableTextLocation | getSectionTitle()Gets the sectionTitle. | 
| List<TableHeaders> | getTableHeaders()Gets the tableHeaders. | 
| String | getText()Gets the text. | 
| TableTextLocation | getTitle()Gets the title. | 
public TableElementLocation getLocation()
The numeric location of the identified element in the document, represented with two integers labeled `begin` and `end`.
public String getText()
The textual contents of the current table from the input document without associated markup content.
public TableTextLocation getSectionTitle()
Text and associated location within a table.
public TableTextLocation getTitle()
Text and associated location within a table.
public List<TableHeaders> getTableHeaders()
An array of table-level cells that apply as headers to all the other cells in the current table.
public List<TableRowHeaders> getRowHeaders()
An array of row-level cells, each applicable as a header to other cells in the same row as itself, of the current table.
public List<TableColumnHeaders> getColumnHeaders()
An array of column-level cells, each applicable as a header to other cells in the same column as itself, of the current table.
public List<TableKeyValuePairs> getKeyValuePairs()
An array of key-value pairs identified in the current table.
public List<TableBodyCells> getBodyCells()
An array of cells that are neither table header nor column header nor row header cells, of the current table with corresponding row and column header associations.
public List<TableTextLocation> getContexts()
An array of lists of textual entries across the document related to the current table being parsed.
Copyright © 2023 IBM Cloud. All rights reserved.