Class VolumeResolution

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

public final class VolumeResolution extends BaseResolution
Represents the volume entity resolution model.
  • Constructor Details

    • VolumeResolution

      public VolumeResolution()
  • Method Details

    • getUnit

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