CurrencyValue Class

  • java.lang.Object
    • com.azure.ai.formrecognizer.documentanalysis.models.CurrencyValue

public final class CurrencyValue

Currency field value.

Constructor Summary

Constructor Description
CurrencyValue()

Constructs a CurrencyValue object.

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 currencySymbol property: Currency symbol label, if any.

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