Emotion
public enum Emotion : String, Codable, CaseIterable
An enum of all the emotions that a text will be analysed for.
-
Undocumented
Declaration
Swift
case anger -
Undocumented
Declaration
Swift
case fear -
Undocumented
Declaration
Swift
case joy -
Undocumented
Declaration
Swift
case love -
Undocumented
Declaration
Swift
case neutral -
Undocumented
Declaration
Swift
case sadness -
Undocumented
Declaration
Swift
case surprise
Emotion Enumeration Reference