Class NumberResolution

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

public final class NumberResolution extends BaseResolution
A resolution for numeric entity instances.
  • Constructor Details

    • NumberResolution

      public NumberResolution()
  • Method Details

    • getNumberKind

      public NumberKind getNumberKind()
      Get the numberKind property: The type of the extracted number entity.
      Returns:
      the numberKind value.
    • getValue

      public double getValue()
      Get the value property: A numeric representation of what the extracted text denotes.
      Returns:
      the value value.