Class TableKeyValuePairs

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

public class TableKeyValuePairs
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Key-value pairs detected across cell boundaries.
  • Constructor Details

    • TableKeyValuePairs

      public TableKeyValuePairs()
  • Method Details

    • getKey

      public TableCellKey getKey()
      Gets the key.

      A key in a key-value pair.

      Returns:
      the key
    • getValue

      public List<TableCellValues> getValue()
      Gets the value.

      A list of values in a key-value pair.

      Returns:
      the value