Share via


ImageAnalysis.Categories Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to