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

public final class CurrencyValue extends Object
Currency field value.
  • Constructor Details

    • CurrencyValue

      public CurrencyValue()
  • Method Details

    • getAmount

      public double getAmount()
      Get the amount property: Currency amount.
      Returns:
      the amount value.
    • getSymbol

      public String getSymbol()
      Get the currencySymbol property: Currency symbol label, if any.
      Returns:
      the currencySymbol value.