Class LengthResolution

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

public final class LengthResolution extends BaseResolution
Represents the length entity resolution model.
  • Constructor Details

    • LengthResolution

      public LengthResolution()
  • Method Details

    • getUnit

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