EmotionResult
public struct EmotionResult : Codable, Equatable
The detected anger, disgust, fear, joy, or sadness that is conveyed by the content. Emotion information can be returned for detected entities, keywords, or user-specified target phrases found in the text.
-
Emotion results for the document as a whole.
Declaration
Swift
public var document: DocumentEmotionResults?
-
Emotion results for specified targets.
Declaration
Swift
public var targets: [TargetedEmotionResults]?