public class QueryTableResult
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
collectionId |
protected java.lang.String |
sourceDocumentId |
protected TableResultTable |
table |
protected java.lang.String |
tableHtml |
protected java.lang.Long |
tableHtmlOffset |
protected java.lang.String |
tableId |
Constructor and Description |
---|
QueryTableResult() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCollectionId()
Gets the collectionId.
|
java.lang.String |
getSourceDocumentId()
Gets the sourceDocumentId.
|
TableResultTable |
getTable()
Gets the table.
|
java.lang.String |
getTableHtml()
Gets the tableHtml.
|
java.lang.Long |
getTableHtmlOffset()
Gets the tableHtmlOffset.
|
java.lang.String |
getTableId()
Gets the tableId.
|
@SerializedName(value="table_id") protected java.lang.String tableId
@SerializedName(value="source_document_id") protected java.lang.String sourceDocumentId
@SerializedName(value="collection_id") protected java.lang.String collectionId
@SerializedName(value="table_html") protected java.lang.String tableHtml
@SerializedName(value="table_html_offset") protected java.lang.Long tableHtmlOffset
protected TableResultTable table
public java.lang.String getTableId()
The identifier for the retrieved table.
public java.lang.String getSourceDocumentId()
The identifier of the document the table was retrieved from.
public java.lang.String getCollectionId()
The identifier of the collection the table was retrieved from.
public java.lang.String getTableHtml()
HTML snippet of the table info.
public java.lang.Long getTableHtmlOffset()
The offset of the table html snippet in the original document html.
public TableResultTable getTable()
Full table object retrieved from Table Understanding Enrichment.