Aracılığıyla paylaş


ObjectsResult Class

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

public final class ObjectsResult

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

Method Summary

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

Get the values property: A list of physical object 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 physical object detected in an image and their location.

Returns:

the values value.

Applies to