Images Class

Definition

Defines an image answer

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

Constructors

Images()

Initializes a new instance of the Images class.

Images(IList<ImageObject>, String, String, String, Nullable<Int64>, Nullable<Int32>, IList<Query>, IList<PivotSuggestions>, IList<Query>)

Initializes a new instance of the Images class.

Properties

Id

Gets a String identifier.

(Inherited from Identifiable)
NextOffset

Gets used as part of deduping. Tells client the next offset that client should use in the next pagination request

PivotSuggestions

Gets a list of segments in the original query. For example, if the query was Red Flowers, Bing might segment the query into Red and Flowers. The Flowers pivot may contain query suggestions such as Red Peonies and Red Daisies, and the Red pivot may contain query suggestions such as Green Flowers and Yellow Flowers.

QueryExpansions

Gets a list of expanded queries that narrows the original query. For example, if the query was Microsoft Surface, the expanded queries might be: Microsoft Surface Pro 3, Microsoft Surface RT, Microsoft Surface Phone, and Microsoft Surface Hub.

ReadLink

Gets the URL that returns this resource.

(Inherited from Response)
SimilarTerms

Gets a list of terms that are similar in meaning to the user's query term.

TotalEstimatedMatches

Gets the estimated number of webpages that are relevant to the query. Use this number along with the count and offset query parameters to page the results.

(Inherited from SearchResultsAnswer)
Value

Gets or sets a list of image objects that are relevant to the query. If there are no results, the List is empty.

WebSearchUrl

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

(Inherited from Response)

Methods

Validate()

Validate the object.

Applies to