public class SentenceSentiment extends java.lang.Object implements HasStartEnd, HasText
| Constructor and Description |
|---|
SentenceSentiment() |
| Modifier and Type | Method and Description |
|---|---|
int |
getEnd() |
SentimentScore |
getSentiment() |
int |
getStart() |
java.lang.String |
getText() |
public SentimentScore getSentiment()
public int getStart()
getStart in interface HasStartEndpublic int getEnd()
getEnd in interface HasStartEnd