TrendingImagesTile コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
件名の画像が多いBing検索結果ページを返すクエリ。 たとえば、カテゴリが [人気のあるPeople検索] の場合、サムネイルは人気のあるユーザーです。 クエリは、そのユーザーの画像を含むBing検索結果ページを返します。
- image
- ImageObject
画像のサムネイル。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET