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

TrendingImages 构造函数

定义

重载

TrendingImages()

初始化 TrendingImages 类的新实例。

TrendingImages(IList<TrendingImagesCategory>, String, String, String)

初始化 TrendingImages 类的新实例。

TrendingImages()

初始化 TrendingImages 类的新实例。

public TrendingImages ();
Public Sub New ()

适用于

TrendingImages(IList<TrendingImagesCategory>, String, String, String)

初始化 TrendingImages 类的新实例。

public TrendingImages (System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.TrendingImagesCategory> categories, string id = default, string readLink = default, string webSearchUrl = default);
new Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.TrendingImages : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.TrendingImagesCategory> * string * string * string -> Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.TrendingImages
Public Sub New (categories As IList(Of TrendingImagesCategory), Optional id As String = Nothing, Optional readLink As String = Nothing, Optional webSearchUrl As String = Nothing)

参数

categories
IList<TrendingImagesCategory>

标识图像类别的列表,以及该类别中热门图像的列表。

id
String

字符串标识符。

readLink
String

返回此资源的 URL。

webSearchUrl
String

指向此项目的必应搜索结果的 URL。

适用于