TargetedEmotionResults
public struct TargetedEmotionResults : Codable, Equatable
Emotion results for a specified target.
-
Targeted text.
Declaration
Swift
public var text: String? -
The emotion results for the target.
Declaration
Swift
public var emotion: EmotionScores?
View on GitHub
TargetedEmotionResults Structure Reference