CreativeWork Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The most generic kind of creative work, including books, movies, photographs, software programs, etc.
public class CreativeWork : Microsoft.Azure.CognitiveServices.Search.AutoSuggest.Models.Thing
type CreativeWork = class
inherit Thing
Public Class CreativeWork
Inherits Thing
- Inheritance
- Derived
Constructors
CreativeWork() |
Initializes a new instance of the CreativeWork class. |
CreativeWork(String, String, String, IList<Action>, IList<Action>, String, String, String, String, IList<Thing>, IList<Thing>, IList<Thing>, Thing, String, String, Nullable<Int32>, Thing, String, Thing, Nullable<Int32>, String, Nullable<Boolean>, IList<String>, Nullable<Boolean>) |
Initializes a new instance of the CreativeWork class. |
Properties
About |
Gets for internal use only. |
AdaptiveCard | (Inherited from Response) |
CommentCount | |
CopyrightHolder | |
CopyrightYear | |
Creator | |
Disclaimer | |
DiscussionUrl | |
Genre | |
HeadLine | |
Id |
Gets a String identifier. (Inherited from Identifiable) |
ImmediateAction | (Inherited from Response) |
IsAccessibleForFree | |
IsFamilyFriendly | |
MainEntity | |
Mentions |
Gets for internal use only. |
PotentialAction | (Inherited from Response) |
PreferredClickthroughUrl | (Inherited from Response) |
Provider |
Gets the source of the creative work. |
ReadLink |
Gets the URL that returns this resource. (Inherited from Response) |
Text |
Gets text content of this creative work |
ThumbnailUrl |
Gets the URL to a thumbnail of the item. |
Url |
Gets the URL to get more information about the thing represented by this object. (Inherited from Thing) |
WebSearchUrl |
Gets the URL To Bing's search result for this item. (Inherited from Response) |
Applies to
Azure SDK for .NET