Class PeopleResult

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

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

    • getValues

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