Class CurrencyResolution

java.lang.Object
com.azure.ai.textanalytics.models.BaseResolution
com.azure.ai.textanalytics.models.CurrencyResolution

public final class CurrencyResolution extends BaseResolution
Represents the currency entity resolution model.
  • Constructor Details

    • CurrencyResolution

      public CurrencyResolution()
  • Method Details

    • getIso4217

      public String getIso4217()
      Get the ISO4217 property: The alphabetic code based on another ISO standard, ISO 3166, which lists the codes for country names. The first two letters of the ISO 4217 three-letter code are the same as the code for the country name, and, where possible, the third letter corresponds to the first letter of the currency name.
      Returns:
      the iso4217 value.
    • getUnit

      public String getUnit()
      Get the unit property: The unit of the amount captured in the extracted entity.
      Returns:
      the unit value.
    • getValue

      public double getValue()
      Get the value property: The numeric value that the extracted text denotes.
      Returns:
      the value value.