Class ContractCurrencies

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

public class ContractCurrencies
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The contract currencies that are declared in the document.
  • Constructor Details

    • ContractCurrencies

      public ContractCurrencies()
  • Method Details

    • getConfidenceLevel

      public String getConfidenceLevel()
      Gets the confidenceLevel.

      The confidence level in the identification of the contract currency.

      Returns:
      the confidenceLevel
    • getText

      public String getText()
      Gets the text.

      The contract currency.

      Returns:
      the text
    • getTextNormalized

      public String getTextNormalized()
      Gets the textNormalized.

      The normalized form of the contract currency, which is listed as a string in [ISO-4217](https://www.iso.org/iso-4217-currency-codes.html) format. This element is optional; it is returned only if normalized text exists.

      Returns:
      the textNormalized
    • 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