Class CurrencyValue
java.lang.Object
com.azure.ai.formrecognizer.documentanalysis.models.CurrencyValue
Currency field value.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CurrencyValue
public CurrencyValue()
-
-
Method Details
-
getAmount
public double getAmount()Get the amount property: Currency amount.- Returns:
- the amount value.
-
getSymbol
Get the currencySymbol property: Currency symbol label, if any.- Returns:
- the currencySymbol value.
-
getCode
Get the resolved currency code (ISO 4217), if any.- Returns:
- the code value.
-