public class DocumentAnalysis
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<ToneCategory> |
toneCategories |
protected java.util.List<ToneScore> |
tones |
protected java.lang.String |
warning |
| 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.
|
protected java.util.List<ToneScore> tones
@SerializedName(value="tone_categories") protected java.util.List<ToneCategory> toneCategories
protected java.lang.String warning
public java.util.List<ToneScore> getTones()
public java.util.List<ToneCategory> getToneCategories()
public java.lang.String getWarning()