Show / Hide Table of Contents

    Class CreativeWork

    Inheritance
    Object
    ResponseBase
    Identifiable
    Response
    Thing
    CreativeWork
    MediaObject
    WebPage
    Inherited Members
    Identifiable.Id
    Response.ReadLink
    Response.WebSearchUrl
    Thing.AlternateName
    Thing.BingId
    Thing.Description
    Thing.Image
    Thing.Name
    Thing.Url
    Namespace: Microsoft.Azure.CognitiveServices.Search.CustomImageSearch.Models
    Assembly: Microsoft.Azure.CognitiveServices.Search.BingCustomImageSearch.dll
    Syntax
    public class CreativeWork : Microsoft.Azure.CognitiveServices.Search.CustomImageSearch.Models.Thing

    Constructors

    CreativeWork()

    Declaration
    public CreativeWork ();

    CreativeWork(String, String, String, String, String, ImageObject, String, String, String, String, IList<Thing>, String)

    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
    String id

    String readLink

    String webSearchUrl

    String name

    String url

    ImageObject image

    String description

    String alternateName

    String bingId

    String thumbnailUrl

    IList<Thing> provider

    String text

    Properties

    Provider

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="provider")]
    public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.CustomImageSearch.Models.Thing> Provider { get; }
    Property Value
    IList<Thing>

    Text

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

    ThumbnailUrl

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

    Back to top Azure SDK for Net