public class TableResultTable
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected java.util.List<TableBodyCells> |
bodyCells |
protected java.util.List<TableColumnHeaders> |
columnHeaders |
protected java.util.List<TableTextLocation> |
contexts |
protected java.util.List<TableKeyValuePairs> |
keyValuePairs |
protected TableElementLocation |
location |
protected java.util.List<TableRowHeaders> |
rowHeaders |
protected TableTextLocation |
sectionTitle |
protected java.util.List<TableHeaders> |
tableHeaders |
protected java.lang.String |
text |
protected TableTextLocation |
title |
Constructor and Description |
---|
TableResultTable() |
Modifier and Type | Method and Description |
---|---|
java.util.List<TableBodyCells> |
getBodyCells()
Gets the bodyCells.
|
java.util.List<TableColumnHeaders> |
getColumnHeaders()
Gets the columnHeaders.
|
java.util.List<TableTextLocation> |
getContexts()
Gets the contexts.
|
java.util.List<TableKeyValuePairs> |
getKeyValuePairs()
Gets the keyValuePairs.
|
TableElementLocation |
getLocation()
Gets the location.
|
java.util.List<TableRowHeaders> |
getRowHeaders()
Gets the rowHeaders.
|
TableTextLocation |
getSectionTitle()
Gets the sectionTitle.
|
java.util.List<TableHeaders> |
getTableHeaders()
Gets the tableHeaders.
|
java.lang.String |
getText()
Gets the text.
|
TableTextLocation |
getTitle()
Gets the title.
|
protected TableElementLocation location
protected java.lang.String text
@SerializedName(value="section_title") protected TableTextLocation sectionTitle
protected TableTextLocation title
@SerializedName(value="table_headers") protected java.util.List<TableHeaders> tableHeaders
@SerializedName(value="row_headers") protected java.util.List<TableRowHeaders> rowHeaders
@SerializedName(value="column_headers") protected java.util.List<TableColumnHeaders> columnHeaders
@SerializedName(value="key_value_pairs") protected java.util.List<TableKeyValuePairs> keyValuePairs
@SerializedName(value="body_cells") protected java.util.List<TableBodyCells> bodyCells
protected java.util.List<TableTextLocation> contexts
public TableElementLocation getLocation()
The numeric location of the identified element in the document, represented with two integers labeled `begin` and `end`.
public java.lang.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 java.util.List<TableHeaders> getTableHeaders()
An array of table-level cells that apply as headers to all the other cells in the current table.
public java.util.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 java.util.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 java.util.List<TableKeyValuePairs> getKeyValuePairs()
An array of key-value pairs identified in the current table.
public java.util.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 java.util.List<TableTextLocation> getContexts()
An array of lists of textual entries across the document related to the current table being parsed.