Emotion
public struct Emotion : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Level of confidence in the determination.
Declaration
Swift
public let confidence: Float? -
Type of emotion detected.
Declaration
Swift
public let type: EmotionName? -
Undocumented
Declaration
Swift
public init(confidence: Float? = nil, type: EmotionName? = nil)
View on GitHub
Emotion Structure Reference