Share via


TrendingImagesTile Constructors

Definition

Overloads

TrendingImagesTile()

Initializes a new instance of the TrendingImagesTile class.

TrendingImagesTile(Query, ImageObject)

Initializes a new instance of the TrendingImagesTile class.

TrendingImagesTile()

Initializes a new instance of the TrendingImagesTile class.

public TrendingImagesTile ();
Public Sub New ()

Applies to

TrendingImagesTile(Query, ImageObject)

Initializes a new instance of the TrendingImagesTile class.

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)

Parameters

query
Query

A query that returns a Bing search results page with more images of the subject. For example, if the category is Popular People Searches, then the thumbnail is of a popular person. The query would return a Bing search results page with more images of that person.

image
ImageObject

The image's thumbnail.

Applies to