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.
|
Constructor and Description |
---|
ContractCurrencies() |
Modifier and Type | Method and Description |
---|---|
String |
getConfidenceLevel()
Gets the confidenceLevel.
|
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 currency.
public String getText()
The contract currency.
public 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 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.