Class Images
Assembly: Microsoft.Azure.CognitiveServices.Search.BingCustomImageSearch.dll
Syntax
public class Images : Microsoft.Azure.CognitiveServices.Search.CustomImageSearch.Models.SearchResultsAnswer
Constructors
Declaration
public Images (System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.CustomImageSearch.Models.ImageObject> value, string id = null, string readLink = null, string webSearchUrl = null, Nullable<long> totalEstimatedMatches = null, Nullable<int> nextOffset = null);
Parameters
Properties
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="nextOffset")]
public Nullable<int> NextOffset { get; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="value")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.CustomImageSearch.Models.ImageObject> Value { get; set; }
Property Value
Methods
Declaration
public virtual void Validate ();