public class EmotionResult
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected DocumentEmotionResults |
document |
protected java.util.List<TargetedEmotionResults> |
targets |
Constructor and Description |
---|
EmotionResult() |
Modifier and Type | Method and Description |
---|---|
DocumentEmotionResults |
getDocument()
Gets the document.
|
java.util.List<TargetedEmotionResults> |
getTargets()
Gets the targets.
|
protected DocumentEmotionResults document
protected java.util.List<TargetedEmotionResults> targets
public DocumentEmotionResults getDocument()
Emotion results for the document as a whole.
public java.util.List<TargetedEmotionResults> getTargets()
Emotion results for specified targets.