CoreTweet  2.0.0-beta.2
Yet another .NET Twitter Library
Properties | List of all members
CoreTweet.V2.TweetContextAnnotationEntity Class Reference
Inheritance diagram for CoreTweet.V2.TweetContextAnnotationEntity:
CoreTweet.Core.CoreBase

Properties

long Id [get, set]
 Unique value which correlates to an explicitly mentioned Person, Place, Product or Organization More...
 
string Name [get, set]
 Name or reference of entity referenced in the Tweet. More...
 
string Description [get, set]
 Additional information regarding referenced entity. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from CoreTweet.Core.CoreBase
static T Convert< T > (string json, string jsonPath="")
 Converts the JSON to a twitter object of the specified type. More...
 
static List< T > ConvertArray< T > (string json, string jsonPath)
 

Property Documentation

◆ Description

string CoreTweet.V2.TweetContextAnnotationEntity.Description
getset

Additional information regarding referenced entity.

◆ Id

long CoreTweet.V2.TweetContextAnnotationEntity.Id
getset

Unique value which correlates to an explicitly mentioned Person, Place, Product or Organization

◆ Name

string CoreTweet.V2.TweetContextAnnotationEntity.Name
getset

Name or reference of entity referenced in the Tweet.


The documentation for this class was generated from the following file: