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.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ContractCurrencies.ConfidenceLevel
The confidence level in the identification of the contract currency. -
Constructor Summary
Constructors Constructor Description ContractCurrencies()
-
Method Summary
Modifier and Type Method Description String
getConfidenceLevel()
Gets the confidenceLevel.Location
getLocation()
Gets the location.List<String>
getProvenanceIds()
Gets the provenanceIds.String
getText()
Gets the text.String
getTextNormalized()
Gets the textNormalized.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
ContractCurrencies
public ContractCurrencies()
-
-
Method Details
-
getConfidenceLevel
Gets the confidenceLevel.The confidence level in the identification of the contract currency.
- Returns:
- the confidenceLevel
-
getText
Gets the text.The contract currency.
- Returns:
- the text
-
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
Gets the provenanceIds.Hashed values that you can send to IBM to provide feedback or receive support.
- Returns:
- the provenanceIds
-
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
-