Class Thing
Assembly: Microsoft.Azure.CognitiveServices.Search.BingCustomImageSearch.dll
Syntax
public class Thing : Microsoft.Azure.CognitiveServices.Search.CustomImageSearch.Models.Response
Constructors
Declaration
public Thing (string id = null, string readLink = null, string webSearchUrl = null, string name = null, string url = null, Microsoft.Azure.CognitiveServices.Search.CustomImageSearch.Models.ImageObject image = null, string description = null, string alternateName = null, string bingId = null);
Parameters
Properties
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="alternateName")]
public string AlternateName { get; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="bingId")]
public string BingId { get; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="description")]
public string Description { get; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="image")]
public Microsoft.Azure.CognitiveServices.Search.CustomImageSearch.Models.ImageObject Image { get; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="name")]
public string Name { get; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="url")]
public string Url { get; }
Property Value