Class TableReturn

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.compare_comply.v1.model.TableReturn
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class TableReturn
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The analysis of the document's tables.
  • Constructor Details

    • TableReturn

      public TableReturn()
  • Method Details

    • getDocument

      public DocInfo getDocument()
      Gets the document.

      Information about the parsed input document.

      Returns:
      the document
    • getModelId

      public String getModelId()
      Gets the modelId.

      The ID of the model used to extract the table contents. The value for table extraction is `tables`.

      Returns:
      the modelId
    • getModelVersion

      public String getModelVersion()
      Gets the modelVersion.

      The version of the `tables` model ID.

      Returns:
      the modelVersion
    • getTables

      public List<Tables> getTables()
      Gets the tables.

      Definitions of the tables identified in the input document.

      Returns:
      the tables