TrendingImages コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET