Class QueryTableResult

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

public class QueryTableResult
extends com.ibm.cloud.sdk.core.service.model.GenericModel
A tables whose content or context match a search query.
  • Constructor Details

    • QueryTableResult

      public QueryTableResult()
  • Method Details

    • getTableId

      public String getTableId()
      Gets the tableId.

      The identifier for the retrieved table.

      Returns:
      the tableId
    • getSourceDocumentId

      public String getSourceDocumentId()
      Gets the sourceDocumentId.

      The identifier of the document the table was retrieved from.

      Returns:
      the sourceDocumentId
    • getCollectionId

      public String getCollectionId()
      Gets the collectionId.

      The identifier of the collection the table was retrieved from.

      Returns:
      the collectionId
    • getTableHtml

      public String getTableHtml()
      Gets the tableHtml.

      HTML snippet of the table info.

      Returns:
      the tableHtml
    • getTableHtmlOffset

      public Long getTableHtmlOffset()
      Gets the tableHtmlOffset.

      The offset of the table html snippet in the original document html.

      Returns:
      the tableHtmlOffset
    • getTable

      public TableResultTable getTable()
      Gets the table.

      Full table object retrieved from Table Understanding Enrichment.

      Returns:
      the table