public class ContractCurrencies
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
ContractCurrencies.ConfidenceLevel
The confidence level in the identification of the contract currency.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
confidenceLevel |
protected Location |
location |
protected java.util.List<java.lang.String> |
provenanceIds |
protected java.lang.String |
text |
protected java.lang.String |
textNormalized |
Constructor and Description |
---|
ContractCurrencies() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConfidenceLevel()
Gets the confidenceLevel.
|
Location |
getLocation()
Gets the location.
|
java.util.List<java.lang.String> |
getProvenanceIds()
Gets the provenanceIds.
|
java.lang.String |
getText()
Gets the text.
|
java.lang.String |
getTextNormalized()
Gets the textNormalized.
|
@SerializedName(value="confidence_level") protected java.lang.String confidenceLevel
protected java.lang.String text
@SerializedName(value="text_normalized") protected java.lang.String textNormalized
@SerializedName(value="provenance_ids") protected java.util.List<java.lang.String> provenanceIds
protected Location location
public java.lang.String getConfidenceLevel()
The confidence level in the identification of the contract currency.
public java.lang.String getText()
The contract currency.
public java.lang.String getTextNormalized()
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.
public java.util.List<java.lang.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`.