Share via


CreativeWork Constructors

Definition

Overloads

CreativeWork()

Initializes a new instance of the CreativeWork class.

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

Initializes a new instance of the CreativeWork class.

CreativeWork()

Initializes a new instance of the CreativeWork class.

public CreativeWork ();
Public Sub New ()

Applies to

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

Initializes a new instance of the CreativeWork class.

public CreativeWork (string id = default, string webSearchUrl = default, string name = default, string url = default, string description = default, string bingId = default, string thumbnailUrl = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.CustomSearch.Models.Thing> provider = default, string text = default);
new Microsoft.Azure.CognitiveServices.Search.CustomSearch.Models.CreativeWork : string * string * string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.CustomSearch.Models.Thing> * string -> Microsoft.Azure.CognitiveServices.Search.CustomSearch.Models.CreativeWork
Public Sub New (Optional id As String = Nothing, Optional webSearchUrl As String = Nothing, Optional name As String = Nothing, Optional url As String = Nothing, Optional description As String = Nothing, Optional bingId As String = Nothing, Optional thumbnailUrl As String = Nothing, Optional provider As IList(Of Thing) = Nothing, Optional text As String = Nothing)

Parameters

id
String

A String identifier.

webSearchUrl
String

The URL To Bing's search result for this item.

name
String

The name of the thing represented by this object.

url
String

The URL to get more information about the thing represented by this object.

description
String

A short description of the item.

bingId
String

An ID that uniquely identifies this item.

thumbnailUrl
String

The URL to a thumbnail of the item.

provider
IList<Thing>

The source of the creative work.

text
String

Applies to