Class CreativeWork
Assembly: Microsoft.Azure.CognitiveServices.Search.BingCustomImageSearch.dll
Syntax
public class CreativeWork : Microsoft.Azure.CognitiveServices.Search.CustomImageSearch.Models.Thing
Constructors
Declaration
public CreativeWork (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, string thumbnailUrl = null, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.CustomImageSearch.Models.Thing> provider = null, string text = null);
Parameters
Properties
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="provider")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.CustomImageSearch.Models.Thing> Provider { get; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="text")]
public string Text { get; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="thumbnailUrl")]
public string ThumbnailUrl { get; }
Property Value