Show / Hide Table of Contents

    Class Answer

    Inheritance
    Object
    ResponseBase
    Identifiable
    Response
    Answer
    SearchResultsAnswer
    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 Answer : Microsoft.Azure.CognitiveServices.Search.CustomImageSearch.Models.Response

    Constructors

    Answer()

    Declaration
    public Answer ();

    Answer(String, String, String)

    Declaration
    public Answer (string id = null, string readLink = null, string webSearchUrl = null);
    Parameters
    String id

    String readLink

    String webSearchUrl

    Back to top Azure SDK for Net