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

TrendingImagesTile 构造函数

定义

重载

TrendingImagesTile()

初始化 TrendingImagesTile 类的新实例。

TrendingImagesTile(Query, ImageObject)

初始化 TrendingImagesTile 类的新实例。

TrendingImagesTile()

初始化 TrendingImagesTile 类的新实例。

public TrendingImagesTile ();
Public Sub New ()

适用于

TrendingImagesTile(Query, ImageObject)

初始化 TrendingImagesTile 类的新实例。

public TrendingImagesTile (Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.Query query, Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.ImageObject image);
new Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.TrendingImagesTile : Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.Query * Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.ImageObject -> Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.TrendingImagesTile
Public Sub New (query As Query, image As ImageObject)

参数

query
Query

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

image
ImageObject

图像的缩略图。

适用于