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:
the amount value.
getCode
public String getCode()
Get the resolved currency code (ISO 4217), if any.
Returns:
the code value.
getSymbol
public String getSymbol()
Get the currencySymbol property: Currency symbol label, if any.
Returns:
the currencySymbol value.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Java