Share via


ImageAnalysis.Brands Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to