Class ContractAmts
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.compare_comply.v1.model.ContractAmts
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ContractAmts
extends com.ibm.cloud.sdk.core.service.model.GenericModel
A monetary amount identified in the input document.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ContractAmts.ConfidenceLevel
The confidence level in the identification of the contract amount. -
Constructor Summary
Constructors Constructor Description ContractAmts()
-
Method Summary
Modifier and Type Method Description String
getConfidenceLevel()
Gets the confidenceLevel.Interpretation
getInterpretation()
Gets the interpretation.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
-
ContractAmts
public ContractAmts()
-
-
Method Details
-
getConfidenceLevel
Gets the confidenceLevel.The confidence level in the identification of the contract amount.
- Returns:
- the confidenceLevel
-
getText
Gets the text.The monetary amount.
- Returns:
- the text
-
getTextNormalized
Gets the textNormalized.The normalized form of the amount, which is listed as a string. This element is optional; it is returned only if normalized text exists.
- Returns:
- the textNormalized
-
getInterpretation
Gets the interpretation.The details of the normalized text, if applicable. This element is optional; it is returned only if normalized text exists.
- Returns:
- the interpretation
-
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
-