Class ContractTerms
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.compare_comply.v1.model.ContractTerms
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ContractTerms
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The duration or durations of the contract.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ContractTerms.ConfidenceLevel
The confidence level in the identification of the contract term. -
Constructor Summary
Constructors Constructor Description ContractTerms()
-
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
-
ContractTerms
public ContractTerms()
-
-
Method Details
-
getConfidenceLevel
Gets the confidenceLevel.The confidence level in the identification of the contract term.
- Returns:
- the confidenceLevel
-
getText
Gets the text.The contract term (duration).
- Returns:
- the text
-
getTextNormalized
Gets the textNormalized.The normalized form of the contract term, 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
-