Class ObjectsResult

java.lang.Object
com.azure.ai.vision.imageanalysis.models.ObjectsResult

public final class ObjectsResult extends Object
Represents a list of physical object detected in an image and their location.
  • Method Details

    • getValues

      public List<DetectedObject> getValues()
      Get the values property: A list of physical object detected in an image and their location.
      Returns:
      the values value.