Class NumericRangeResolution

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

public final class NumericRangeResolution extends BaseResolution
represents the resolution of numeric intervals.
  • Constructor Details

    • NumericRangeResolution

      public NumericRangeResolution()
  • Method Details

    • getRangeKind

      public RangeKind getRangeKind()
      Get the rangeKind property: The kind of range that the resolution object represents.
      Returns:
      the rangeKind value.
    • getMinimum

      public double getMinimum()
      Get the minimum property: The beginning value of the interval.
      Returns:
      the minimum value.
    • getMaximum

      public double getMaximum()
      Get the maximum property: The ending value of the interval.
      Returns:
      the maximum value.