SentimentType
public enum SentimentType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case positive = "POSITIVE"
-
Undocumented
Declaration
Swift
case negative = "NEGATIVE"
-
Undocumented
Declaration
Swift
case neutral = "NEUTRAL"
-
Undocumented
Declaration
Swift
case mixed = "MIXED"
-
Declaration
Swift
public var description: String { get }