次の方法で共有


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

このアイテムの検索結果をBingする URL。

適用対象