Class TableRowHeaders
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v2.model.TableRowHeaders
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class TableRowHeaders
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Row-level cells, each applicable as a header to other cells in the same row as itself, of the
current table.
-
Constructor Summary
Constructors Constructor Description TableRowHeaders() -
Method Summary
Modifier and Type Method Description StringgetCellId()Gets the cellId.LonggetColumnIndexBegin()Gets the columnIndexBegin.LonggetColumnIndexEnd()Gets the columnIndexEnd.TableElementLocationgetLocation()Gets the location.LonggetRowIndexBegin()Gets the rowIndexBegin.LonggetRowIndexEnd()Gets the rowIndexEnd.StringgetText()Gets the text.StringgetTextNormalized()Gets the textNormalized.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
TableRowHeaders
public TableRowHeaders()
-
-
Method Details
-
getCellId
Gets the cellId.The unique ID of the cell in the current table.
- Returns:
- the cellId
-
getLocation
Gets the location.The numeric location of the identified element in the document, represented with two integers labeled `begin` and `end`.
- Returns:
- the location
-
getText
Gets the text.The textual contents of this cell from the input document without associated markup content.
- Returns:
- the text
-
getTextNormalized
Gets the textNormalized.If you provide customization input, the normalized version of the cell text according to the customization; otherwise, the same value as `text`.
- Returns:
- the textNormalized
-
getRowIndexBegin
Gets the rowIndexBegin.The `begin` index of this cell's `row` location in the current table.
- Returns:
- the rowIndexBegin
-
getRowIndexEnd
Gets the rowIndexEnd.The `end` index of this cell's `row` location in the current table.
- Returns:
- the rowIndexEnd
-
getColumnIndexBegin
Gets the columnIndexBegin.The `begin` index of this cell's `column` location in the current table.
- Returns:
- the columnIndexBegin
-
getColumnIndexEnd
Gets the columnIndexEnd.The `end` index of this cell's `column` location in the current table.
- Returns:
- the columnIndexEnd
-