public interface TweetEntity
Modifier and Type | Method and Description |
---|---|
int |
getEnd()
Returns the index of the end character of the entity in the tweet.
|
int |
getStart()
Returns the index of the start character of the entity in the tweet.
|
String |
getText()
Returns the text of the entity
|
String getText()
int getStart()
int getEnd()
Copyright © 2018. All rights reserved.