TargetedSentimentResults

public struct TargetedSentimentResults : Codable, Equatable

TargetedSentimentResults.

  • Targeted text.

    Declaration

    Swift

    public var text: String?
  • Sentiment score from -1 (negative) to 1 (positive).

    Declaration

    Swift

    public var score: Double?