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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.