Class PaymentTerms
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.compare_comply.v1.model.PaymentTerms
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
public class PaymentTerms
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The document's payment duration or durations.
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static interfacePaymentTerms.ConfidenceLevelThe confidence level in the identification of the payment term.
- 
Constructor SummaryConstructors Constructor Description PaymentTerms()
- 
Method SummaryModifier and Type Method Description StringgetConfidenceLevel()Gets the confidenceLevel.InterpretationgetInterpretation()Gets the interpretation.LocationgetLocation()Gets the location.List<String>getProvenanceIds()Gets the provenanceIds.StringgetText()Gets the text.StringgetTextNormalized()Gets the textNormalized.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModelequals, hashCode, toString
- 
Constructor Details- 
PaymentTermspublic PaymentTerms()
 
- 
- 
Method Details- 
getConfidenceLevelGets the confidenceLevel.The confidence level in the identification of the payment term. - Returns:
- the confidenceLevel
 
- 
getTextGets the text.The payment term (duration). - Returns:
- the text
 
- 
getTextNormalizedGets the textNormalized.The normalized form of the payment term, which is listed as a string. This element is optional; it is returned only if normalized text exists. - Returns:
- the textNormalized
 
- 
getInterpretationGets 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
 
- 
getProvenanceIdsGets the provenanceIds.Hashed values that you can send to IBM to provide feedback or receive support. - Returns:
- the provenanceIds
 
- 
getLocationGets the location.The numeric location of the identified element in the document, represented with two integers labeled `begin` and `end`. - Returns:
- the location
 
 
-