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

TrendingImagesTile.Query 属性

定义

获取或设置一个查询,该查询返回包含更多主题图像的必应搜索结果页。 例如,如果类别为“热门人员搜索”,则缩略图为热门用户。 该查询将返回一个必应搜索结果页,其中包含该人员的更多图像。

[Newtonsoft.Json.JsonProperty(PropertyName="query")]
public Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.Query Query { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="query")>]
member this.Query : Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.Query with get, set
Public Property Query As Query

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于