FeatureSentimentResults

public struct FeatureSentimentResults : Codable, Equatable

FeatureSentimentResults.

  • Sentiment score from -1 (negative) to 1 (positive).

    Declaration

    Swift

    public var score: Double?