public class EmotionResult extends GenericModel
Constructor and Description |
---|
EmotionResult() |
Modifier and Type | Method and Description |
---|---|
DocumentEmotionResults |
getDocument()
Gets the document.
|
java.util.List<TargetedEmotionResults> |
getTargets()
Gets the targets.
|
void |
setDocument(DocumentEmotionResults document)
Sets the document.
|
void |
setTargets(java.util.List<TargetedEmotionResults> targets)
Sets the targets.
|
equals, hashCode, toString
public DocumentEmotionResults getDocument()
public java.util.List<TargetedEmotionResults> getTargets()
public void setDocument(DocumentEmotionResults document)
document
- the new documentpublic void setTargets(java.util.List<TargetedEmotionResults> targets)
targets
- the new targets