共用方式為


TrendingImages.Categories Property

Definition

Gets or sets a list that identifies categories of images and a list of trending images in that category.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to