public class EmotionResult
extends com.ibm.cloud.sdk.core.service.model.GenericModel
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 © 2024 IBM Cloud. All rights reserved.