public class Interpretation
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
Interpretation() |
Modifier and Type | Method and Description |
---|---|
Double |
getNumericValue()
Gets the numericValue.
|
String |
getUnit()
Gets the unit.
|
String |
getValue()
Gets the value.
|
public String getValue()
The value that was located in the normalized text.
public Double getNumericValue()
An integer or float expressing the numeric value of the `value` key.
public String getUnit()
A string listing the unit of the value that was found in the normalized text.
**Note:** The value of `unit` is the [ISO-4217 currency code](https://www.iso.org/iso-4217-currency-codes.html) identified for the currency amount (for example, `USD` or `EUR`). If the service cannot disambiguate a currency symbol (for example, `$` or `£`), the value of `unit` contains the ambiguous symbol as-is.
Copyright © 2021 IBM Cloud. All rights reserved.