Sentiment
public struct Sentiment
Sentiment Analysis result for Predictions category
-
Declaration
Swift
public let predominantSentiment: SentimentType
-
Declaration
Swift
public let sentimentScores: [SentimentType : Double]?
-
Declaration
Swift
public init(predominantSentiment: SentimentType, sentimentScores: [SentimentType: Double]?)