public class DocumentAnalysis extends GenericModel
| Constructor and Description | 
|---|
DocumentAnalysis()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<ToneCategory> | 
getToneCategories()
Gets the toneCategories. 
 | 
java.util.List<ToneScore> | 
getTones()
Gets the tones. 
 | 
java.lang.String | 
getWarning()
Gets the warning. 
 | 
equals, hashCode, toStringpublic java.util.List<ToneScore> getTones()
public java.util.List<ToneCategory> getToneCategories()
public java.lang.String getWarning()