public class EmotionResult
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Constructor and Description | 
|---|
EmotionResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
DocumentEmotionResults | 
getDocument()
Gets the document. 
 | 
List<TargetedEmotionResults> | 
getTargets()
Gets the targets. 
 | 
public DocumentEmotionResults getDocument()
Emotion results for the document as a whole.
public List<TargetedEmotionResults> getTargets()
Emotion results for specified targets.
Copyright © 2021 IBM Cloud. All rights reserved.