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 Summary
Constructors Constructor Description QueryTableResult()
-
Method Summary
Modifier and Type Method Description String
getCollectionId()
Gets the collectionId.String
getSourceDocumentId()
Gets the sourceDocumentId.TableResultTable
getTable()
Gets the table.String
getTableHtml()
Gets the tableHtml.Long
getTableHtmlOffset()
Gets the tableHtmlOffset.String
getTableId()
Gets the tableId.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
QueryTableResult
public QueryTableResult()
-
-
Method Details
-
getTableId
Gets the tableId.The identifier for the retrieved table.
- Returns:
- the tableId
-
getSourceDocumentId
Gets the sourceDocumentId.The identifier of the document the table was retrieved from.
- Returns:
- the sourceDocumentId
-
getCollectionId
Gets the collectionId.The identifier of the collection the table was retrieved from.
- Returns:
- the collectionId
-
getTableHtml
Gets the tableHtml.HTML snippet of the table info.
- Returns:
- the tableHtml
-
getTableHtmlOffset
Gets the tableHtmlOffset.The offset of the table html snippet in the original document html.
- Returns:
- the tableHtmlOffset
-
getTable
Gets the table.Full table object retrieved from Table Understanding Enrichment.
- Returns:
- the table
-