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

Represents an entity object in the content posted on Twitter. This is an abstract class. More...

Inheritance diagram for CoreTweet.Entity:
CoreTweet.Core.CoreBase CoreTweet.SymbolEntity CoreTweet.UrlEntity CoreTweet.UserMentionEntity CoreTweet.CashtagEntity CoreTweet.HashtagEntity CoreTweet.MediaEntity

Properties

int[] Indices [get, set]
 

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

Represents an entity object in the content posted on Twitter. This is an abstract class.

Property Documentation

◆ Indices

int [] CoreTweet.Entity.Indices
getset

Gets or sets an array of integers indicating the offsets within the Tweet text where the URL begins and ends.

The first integer represents the location of the first character of the URL in the Tweet text.

The second integer represents the location of the first non-URL character occurring after the URL (or the end of the string if the URL is the last part of the Tweet text).


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