public class TableReturn
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
TableReturn() |
Modifier and Type | Method and Description |
---|---|
DocInfo |
getDocument()
Gets the document.
|
String |
getModelId()
Gets the modelId.
|
String |
getModelVersion()
Gets the modelVersion.
|
List<Tables> |
getTables()
Gets the tables.
|
public DocInfo getDocument()
Information about the parsed input document.
public String getModelId()
The ID of the model used to extract the table contents. The value for table extraction is `tables`.
public String getModelVersion()
The version of the `tables` model ID.
Copyright © 2021 IBM Cloud. All rights reserved.