public class ContractTerms
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
ContractTerms.ConfidenceLevel
The confidence level in the identification of the contract term.
|
Constructor and Description |
---|
ContractTerms() |
Modifier and Type | Method and 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.
|
public String getConfidenceLevel()
The confidence level in the identification of the contract term.
public String getText()
The contract term (duration).
public String getTextNormalized()
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.
public Interpretation getInterpretation()
The details of the normalized text, if applicable. This element is optional; it is returned only if normalized text exists.
public List<String> getProvenanceIds()
Hashed values that you can send to IBM to provide feedback or receive support.
public Location getLocation()
The numeric location of the identified element in the document, represented with two integers labeled `begin` and `end`.
Copyright © 2021 IBM Cloud. All rights reserved.