Aracılığıyla paylaş


PeopleResult Class

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

public final class PeopleResult

Represents a list of people detected in an image and their location.

Method Summary

Modifier and Type Method and Description
List<DetectedPerson> getValues()

Get the values property: A list of people detected in an image and their location.

Methods inherited from java.lang.Object

Method Details

getValues

public List getValues()

Get the values property: A list of people detected in an image and their location.

Returns:

the values value.

Applies to