TrendingImages interface
The top-level object that the response includes when a trending images request succeeds.
Properties
categories | A list that identifies categories of images and a list of trending images in that category. |
id | A String identifier. NOTE: This property will not be serialized. It can only be populated by the server. |
read |
The URL that returns this resource. NOTE: This property will not be serialized. It can only be populated by the server. |
web |
The URL To Bing's search result for this item. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
categories
A list that identifies categories of images and a list of trending images in that category.
categories: TrendingImagesCategory[]
Property Value
id
A String identifier. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
readLink
The URL that returns this resource. NOTE: This property will not be serialized. It can only be populated by the server.
readLink?: string
Property Value
string
webSearchUrl
The URL To Bing's search result for this item. NOTE: This property will not be serialized. It can only be populated by the server.
webSearchUrl?: string
Property Value
string