Share via


TrendingImages Class

Definition

The top-level object that the response includes when a trending images request succeeds.

public class TrendingImages : Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.Response
type TrendingImages = class
    inherit Response
Public Class TrendingImages
Inherits Response
Inheritance

Constructors

TrendingImages()

Initializes a new instance of the TrendingImages class.

TrendingImages(IList<TrendingImagesCategory>, String, String, String)

Initializes a new instance of the TrendingImages class.

Properties

Categories

Gets or sets a list that identifies categories of images and a list of trending images in that category.

Id

Gets a String identifier.

(Inherited from Identifiable)
ReadLink

Gets the URL that returns this resource.

(Inherited from Response)
WebSearchUrl

Gets the URL To Bing's search result for this item.

(Inherited from Response)

Methods

Validate()

Validate the object.

Applies to