TrendingImages Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TrendingImages() |
Initializes a new instance of the TrendingImages class. |
TrendingImages(IList<TrendingImagesCategory>, String, String, String) |
Initializes a new instance of the TrendingImages class. |
TrendingImages()
Initializes a new instance of the TrendingImages class.
public TrendingImages ();
Public Sub New ()
Applies to
TrendingImages(IList<TrendingImagesCategory>, String, String, String)
Initializes a new instance of the TrendingImages class.
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)
Parameters
- categories
- IList<TrendingImagesCategory>
A list that identifies categories of images and a list of trending images in that category.
- id
- String
A String identifier.
- readLink
- String
The URL that returns this resource.
- webSearchUrl
- String
The URL To Bing's search result for this item.