Class AgeResolution

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

public final class AgeResolution extends BaseResolution
Represents the Age entity resolution model.
  • Constructor Details

    • AgeResolution

      public AgeResolution()
  • Method Details

    • getUnit

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