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.
|
void |
setToneCategories(java.util.List<ToneCategory> toneCategories)
Sets the toneCategories.
|
void |
setTones(java.util.List<ToneScore> tones)
Sets the tones.
|
void |
setWarning(java.lang.String warning)
Sets the warning.
|
equals, hashCode, toString
public java.util.List<ToneScore> getTones()
public java.util.List<ToneCategory> getToneCategories()
public java.lang.String getWarning()
public void setTones(java.util.List<ToneScore> tones)
tones
- the new tonespublic void setToneCategories(java.util.List<ToneCategory> toneCategories)
toneCategories
- the new toneCategoriespublic void setWarning(java.lang.String warning)
warning
- the new warning