public class SentenceAnalysis extends GenericModel
| Constructor and Description |
|---|
SentenceAnalysis() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getInputFrom()
Gets the inputFrom.
|
java.lang.Long |
getInputTo()
Gets the inputTo.
|
java.lang.Long |
getSentenceId()
Gets the sentenceId.
|
java.lang.String |
getText()
Gets the text.
|
java.util.List<ToneCategory> |
getToneCategories()
Gets the toneCategories.
|
java.util.List<ToneScore> |
getTones()
Gets the tones.
|
equals, hashCode, toStringpublic java.lang.Long getSentenceId()
public java.lang.String getText()
public java.util.List<ToneScore> getTones()
public java.util.List<ToneCategory> getToneCategories()
public java.lang.Long getInputFrom()
public java.lang.Long getInputTo()