public class SentenceAnalysis
extends com.ibm.cloud.sdk.core.service.model.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. | 
public 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()