Class SpeedResolution

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

public final class SpeedResolution extends BaseResolution
Represents the speed entity resolution model.
  • Constructor Details

    • SpeedResolution

      public SpeedResolution()
  • Method Details

    • getUnit

      public SpeedUnit getUnit()
      Get the unit property: The speed 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.