ImageAnalysis.Objects Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="objects")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.DetectedObject> Objects { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="objects")>]
member this.Objects : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.DetectedObject> with get, set
Public Property Objects As IList(Of DetectedObject)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to