public class TableBodyCells
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected java.util.List<DocumentAttribute> |
attributes |
protected java.lang.String |
cellId |
protected java.util.List<TableColumnHeaderIds> |
columnHeaderIds |
protected java.util.List<TableColumnHeaderTexts> |
columnHeaderTexts |
protected java.util.List<TableColumnHeaderTextsNormalized> |
columnHeaderTextsNormalized |
protected java.lang.Long |
columnIndexBegin |
protected java.lang.Long |
columnIndexEnd |
protected TableElementLocation |
location |
protected java.util.List<TableRowHeaderIds> |
rowHeaderIds |
protected java.util.List<TableRowHeaderTexts> |
rowHeaderTexts |
protected java.util.List<TableRowHeaderTextsNormalized> |
rowHeaderTextsNormalized |
protected java.lang.Long |
rowIndexBegin |
protected java.lang.Long |
rowIndexEnd |
protected java.lang.String |
text |
Constructor and Description |
---|
TableBodyCells() |
Modifier and Type | Method and Description |
---|---|
java.util.List<DocumentAttribute> |
getAttributes()
Gets the attributes.
|
java.lang.String |
getCellId()
Gets the cellId.
|
java.util.List<TableColumnHeaderIds> |
getColumnHeaderIds()
Gets the columnHeaderIds.
|
java.util.List<TableColumnHeaderTexts> |
getColumnHeaderTexts()
Gets the columnHeaderTexts.
|
java.util.List<TableColumnHeaderTextsNormalized> |
getColumnHeaderTextsNormalized()
Gets the columnHeaderTextsNormalized.
|
java.lang.Long |
getColumnIndexBegin()
Gets the columnIndexBegin.
|
java.lang.Long |
getColumnIndexEnd()
Gets the columnIndexEnd.
|
TableElementLocation |
getLocation()
Gets the location.
|
java.util.List<TableRowHeaderIds> |
getRowHeaderIds()
Gets the rowHeaderIds.
|
java.util.List<TableRowHeaderTexts> |
getRowHeaderTexts()
Gets the rowHeaderTexts.
|
java.util.List<TableRowHeaderTextsNormalized> |
getRowHeaderTextsNormalized()
Gets the rowHeaderTextsNormalized.
|
java.lang.Long |
getRowIndexBegin()
Gets the rowIndexBegin.
|
java.lang.Long |
getRowIndexEnd()
Gets the rowIndexEnd.
|
java.lang.String |
getText()
Gets the text.
|
@SerializedName(value="cell_id") protected java.lang.String cellId
protected TableElementLocation location
protected java.lang.String text
@SerializedName(value="row_index_begin") protected java.lang.Long rowIndexBegin
@SerializedName(value="row_index_end") protected java.lang.Long rowIndexEnd
@SerializedName(value="column_index_begin") protected java.lang.Long columnIndexBegin
@SerializedName(value="column_index_end") protected java.lang.Long columnIndexEnd
@SerializedName(value="row_header_ids") protected java.util.List<TableRowHeaderIds> rowHeaderIds
@SerializedName(value="row_header_texts") protected java.util.List<TableRowHeaderTexts> rowHeaderTexts
@SerializedName(value="row_header_texts_normalized") protected java.util.List<TableRowHeaderTextsNormalized> rowHeaderTextsNormalized
@SerializedName(value="column_header_ids") protected java.util.List<TableColumnHeaderIds> columnHeaderIds
@SerializedName(value="column_header_texts") protected java.util.List<TableColumnHeaderTexts> columnHeaderTexts
@SerializedName(value="column_header_texts_normalized") protected java.util.List<TableColumnHeaderTextsNormalized> columnHeaderTextsNormalized
protected java.util.List<DocumentAttribute> attributes
public java.lang.String getCellId()
The unique ID of the cell in the current table.
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 this cell from the input document without associated markup content.
public java.lang.Long getRowIndexBegin()
The `begin` index of this cell's `row` location in the current table.
public java.lang.Long getRowIndexEnd()
The `end` index of this cell's `row` location in the current table.
public java.lang.Long getColumnIndexBegin()
The `begin` index of this cell's `column` location in the current table.
public java.lang.Long getColumnIndexEnd()
The `end` index of this cell's `column` location in the current table.
public java.util.List<TableRowHeaderIds> getRowHeaderIds()
A list of table row header ids.
public java.util.List<TableRowHeaderTexts> getRowHeaderTexts()
A list of table row header texts.
public java.util.List<TableRowHeaderTextsNormalized> getRowHeaderTextsNormalized()
A list of table row header texts normalized.
public java.util.List<TableColumnHeaderIds> getColumnHeaderIds()
A list of table column header ids.
public java.util.List<TableColumnHeaderTexts> getColumnHeaderTexts()
A list of table column header texts.
public java.util.List<TableColumnHeaderTextsNormalized> getColumnHeaderTextsNormalized()
A list of table column header texts normalized.
public java.util.List<DocumentAttribute> getAttributes()
A list of document attributes.