Class WeightResolution

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

public final class WeightResolution extends BaseResolution
Represents the weight entity resolution model.
  • Constructor Details

    • WeightResolution

      public WeightResolution()
  • Method Details

    • getUnit

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