Images Class
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.
Defines an image answer
public class Images : Microsoft.Azure.CognitiveServices.Search.WebSearch.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, IList<Query>, QueryContext, Nullable<Int64>, Nullable<Boolean>, Nullable<Int32>, IList<Query>, IList<Query>, IList<Query>) |
Initializes a new instance of the Images class. |
Properties
FollowUpQueries | (Inherited from Answer) |
Id |
Gets a String identifier. (Inherited from Identifiable) |
IsFamilyFriendly | (Inherited from SearchResultsAnswer) |
NextOffset | |
QueryContext | (Inherited from SearchResultsAnswer) |
QueryExpansions | |
RelatedSearches | |
SimilarTerms | |
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
Azure SDK for .NET