Show / Hide Table of Contents

    Class Response

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

    Constructors

    Response()

    Declaration
    public Response ();

    Response(String, String, String)

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

    String readLink

    String webSearchUrl

    Properties

    ReadLink

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="readLink")]
    public string ReadLink { get; }
    Property Value
    String

    WebSearchUrl

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="webSearchUrl")]
    public string WebSearchUrl { get; }
    Property Value
    String

    Back to top Azure SDK for Net