Class Response
Assembly: Microsoft.Azure.CognitiveServices.Search.BingCustomImageSearch.dll
Syntax
public class Response : Microsoft.Azure.CognitiveServices.Search.CustomImageSearch.Models.Identifiable
Constructors
Declaration
public Response (string id = null, string readLink = null, string webSearchUrl = null);
Parameters
Properties
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="readLink")]
public string ReadLink { get; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="webSearchUrl")]
public string WebSearchUrl { get; }
Property Value