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.CustomImageSearch.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>) |
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 |
ReadLink |
Gets the URL that returns this resource. (Inherited from Response) |
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