CoreTweet
2.0.0-beta.2
Yet another .NET Twitter Library
|
This object and its children fields contain details about text that has a special meaning in the parent model. More...
Properties | |
AnnotationEntity[] | Annotations [get, set] |
Contains details about annotations relative to the text within a Tweet. More... | |
UrlEntity[] | Urls [get, set] |
Contains details about text recognized as a URL. More... | |
HashtagEntity[] | Hashtags [get, set] |
Contains details about text recognized as a Hashtag. More... | |
MentionEntity[] | Mentions [get, set] |
Contains details about text recognized as a user mention. More... | |
CashtagEntity[] | Cashtags [get, set] |
Contains details about text recognized as a Cashtag. 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) |
This object and its children fields contain details about text that has a special meaning in the parent model.
|
getset |
Contains details about annotations relative to the text within a Tweet.
|
getset |
Contains details about text recognized as a Cashtag.
|
getset |
Contains details about text recognized as a Hashtag.
|
getset |
Contains details about text recognized as a user mention.
|
getset |
Contains details about text recognized as a URL.