CoreTweet  2.0.0-beta.2
Yet another .NET Twitter Library
Properties | List of all members
CoreTweet.V2.Entities Class Reference

This object and its children fields contain details about text that has a special meaning in the parent model. More...

Inheritance diagram for CoreTweet.V2.Entities:
CoreTweet.Core.CoreBase

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)
 

Detailed Description

This object and its children fields contain details about text that has a special meaning in the parent model.

Property Documentation

◆ Annotations

AnnotationEntity [] CoreTweet.V2.Entities.Annotations
getset

Contains details about annotations relative to the text within a Tweet.

◆ Cashtags

CashtagEntity [] CoreTweet.V2.Entities.Cashtags
getset

Contains details about text recognized as a Cashtag.

◆ Hashtags

HashtagEntity [] CoreTweet.V2.Entities.Hashtags
getset

Contains details about text recognized as a Hashtag.

◆ Mentions

MentionEntity [] CoreTweet.V2.Entities.Mentions
getset

Contains details about text recognized as a user mention.

◆ Urls

UrlEntity [] CoreTweet.V2.Entities.Urls
getset

Contains details about text recognized as a URL.


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