Share via


ObjectsResult.Values Property

Definition

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

public System.Collections.Generic.IReadOnlyList<Azure.AI.Vision.ImageAnalysis.DetectedObject> Values { get; }
member this.Values : System.Collections.Generic.IReadOnlyList<Azure.AI.Vision.ImageAnalysis.DetectedObject>
Public ReadOnly Property Values As IReadOnlyList(Of DetectedObject)

Property Value

Applies to