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

Contains details about text recognized as an entity. More...

Inheritance diagram for CoreTweet.V2.Entity:
CoreTweet.Core.CoreBase CoreTweet.V2.AnnotationEntity CoreTweet.V2.CashtagEntity CoreTweet.V2.HashtagEntity CoreTweet.V2.MentionEntity CoreTweet.V2.UrlEntity

Properties

int Start [get, set]
 The start position (zero-based) of the recognized entity within the Tweet. More...
 
int End [get, set]
 The end position (zero-based) of the recognized entity within the Tweet. 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

Contains details about text recognized as an entity.

Property Documentation

◆ End

int CoreTweet.V2.Entity.End
getset

The end position (zero-based) of the recognized entity within the Tweet.

◆ Start

int CoreTweet.V2.Entity.Start
getset

The start position (zero-based) of the recognized entity within the Tweet.


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