CurrencyValue Class 
	- java.lang. Object 
- com.azure. ai. formrecognizer. documentanalysis. models. CurrencyValue 
 
- com.
public final class CurrencyValue
Currency field value.
Constructor Summary
| Constructor | Description | 
|---|---|
| CurrencyValue() | Constructs a Currency | 
Method Summary
| Modifier and Type | Method and Description | 
|---|---|
| double | getAmount() Get the amount property: Currency amount. | 
| String | getCode() Get the resolved currency code (ISO 4217), if any. | 
| String | getSymbol() Get the currency | 
Methods inherited from java.lang.Object
Constructor Details
CurrencyValue
public CurrencyValue()
Constructs a CurrencyValue object.
Method Details
getAmount
public double getAmount()
Get the amount property: Currency amount.
Returns:
getCode
public String getCode()
Get the resolved currency code (ISO 4217), if any.
Returns:
getSymbol
public String getSymbol()
Get the currencySymbol property: Currency symbol label, if any.
Returns: