Class TemperatureResolution

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

public final class TemperatureResolution extends BaseResolution
Represents the temperature entity resolution model.
  • Constructor Details

    • TemperatureResolution

      public TemperatureResolution()
  • Method Details

    • getUnit

      public TemperatureUnit getUnit()
      Get the unit property: The temperature Unit of measurement.
      Returns:
      the unit value.
    • getValue

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