Show / Hide Table of Contents

    Class SearchResultsAnswer

    Inheritance
    Object
    ResponseBase
    Identifiable
    Response
    Answer
    SearchResultsAnswer
    Images
    Inherited Members
    Identifiable.Id
    Response.ReadLink
    Response.WebSearchUrl
    Namespace: Microsoft.Azure.CognitiveServices.Search.CustomImageSearch.Models
    Assembly: Microsoft.Azure.CognitiveServices.Search.BingCustomImageSearch.dll
    Syntax
    public class SearchResultsAnswer : Microsoft.Azure.CognitiveServices.Search.CustomImageSearch.Models.Answer

    Constructors

    SearchResultsAnswer()

    Declaration
    public SearchResultsAnswer ();

    SearchResultsAnswer(String, String, String, Nullable<Int64>)

    Declaration
    public SearchResultsAnswer (string id = null, string readLink = null, string webSearchUrl = null, Nullable<long> totalEstimatedMatches = null);
    Parameters
    String id

    String readLink

    String webSearchUrl

    Nullable<Int64> totalEstimatedMatches

    Properties

    TotalEstimatedMatches

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="totalEstimatedMatches")]
    public Nullable<long> TotalEstimatedMatches { get; }
    Property Value
    Nullable<Int64>

    Back to top Azure SDK for Net