public class TableReturn
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected DocInfo |
document |
protected java.lang.String |
modelId |
protected java.lang.String |
modelVersion |
protected java.util.List<Tables> |
tables |
Constructor and Description |
---|
TableReturn() |
Modifier and Type | Method and Description |
---|---|
DocInfo |
getDocument()
Gets the document.
|
java.lang.String |
getModelId()
Gets the modelId.
|
java.lang.String |
getModelVersion()
Gets the modelVersion.
|
java.util.List<Tables> |
getTables()
Gets the tables.
|
protected DocInfo document
@SerializedName(value="model_id") protected java.lang.String modelId
@SerializedName(value="model_version") protected java.lang.String modelVersion
protected java.util.List<Tables> tables
public DocInfo getDocument()
Information about the parsed input document.
public java.lang.String getModelId()
The ID of the model used to extract the table contents. The value for table extraction is `tables`.
public java.lang.String getModelVersion()
The version of the `tables` model ID.
public java.util.List<Tables> getTables()
Definitions of the tables identified in the input document.