Share via


TrendingImagesCategory.Tiles Property

Definition

Gets or sets a list of images that are trending in the category. Each tile contains an image and a URL that returns more images of the subject. For example, if the category is Popular People Searches, the image is of a popular person and the URL would return more images of that person.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to