public class QueryTableResult
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Method and 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.
|
public String getTableId()
The identifier for the retrieved table.
public String getSourceDocumentId()
The identifier of the document the table was retrieved from.
public String getCollectionId()
The identifier of the collection the table was retrieved from.
public String getTableHtml()
HTML snippet of the table info.
public 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.
Copyright © 2023 IBM Cloud. All rights reserved.