你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TrendingImagesCategory.Tiles 属性

定义

获取或设置类别中趋势的图像的列表。 每个磁贴都包含一个图像和一个返回更多主题图像的 URL。 例如,如果类别是“热门人员搜索”,则图像是热门人,URL 将返回该用户的更多图像。

[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)

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于