Class SearchResultsAnswer
Inheritance
SearchResultsAnswer
Assembly: Microsoft.Azure.CognitiveServices.Search.BingCustomImageSearch.dll
Syntax
public class SearchResultsAnswer : Microsoft.Azure.CognitiveServices.Search.CustomImageSearch.Models.Answer
Constructors
Declaration
public SearchResultsAnswer ();
Declaration
public SearchResultsAnswer (string id = null, string readLink = null, string webSearchUrl = null, Nullable<long> totalEstimatedMatches = null);
Parameters
Properties
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="totalEstimatedMatches")]
public Nullable<long> TotalEstimatedMatches { get; }
Property Value