Class ContractTypes

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

public class ContractTypes
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The contract type identified in the input document.
  • Constructor Details

    • ContractTypes

      public ContractTypes()
  • Method Details

    • getConfidenceLevel

      public String getConfidenceLevel()
      Gets the confidenceLevel.

      The confidence level in the identification of the contract type.

      Returns:
      the confidenceLevel
    • getText

      public String getText()
      Gets the text.

      The contract type.

      Returns:
      the text
    • getProvenanceIds

      public List<String> getProvenanceIds()
      Gets the provenanceIds.

      Hashed values that you can send to IBM to provide feedback or receive support.

      Returns:
      the provenanceIds
    • getLocation

      public Location getLocation()
      Gets the location.

      The numeric location of the identified element in the document, represented with two integers labeled `begin` and `end`.

      Returns:
      the location