Class TableCellKey

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v2.model.TableCellKey
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class TableCellKey
extends com.ibm.cloud.sdk.core.service.model.GenericModel
A key in a key-value pair.
  • Constructor Details

    • TableCellKey

      public TableCellKey()
  • Method Details

    • getCellId

      public String getCellId()
      Gets the cellId.

      The unique ID of the key in the table.

      Returns:
      the cellId
    • getLocation

      public TableElementLocation 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

      public String getText()
      Gets the text.

      The text content of the table cell without HTML markup.

      Returns:
      the text