SentimentCount
description
Sentiment can be described as a positive, negative, neutral mentions.
type SentimentCount {
  totalCount: Int
  positiveCount: Int
  negativeCount: Int
  neutralCount: Int
}
Fields
SentimentCount.totalCount ● Int scalar
Total sentiment count of occurrences of the topic.
SentimentCount.positiveCount ● Int scalar
Positive sentiment count of occurrences of the topic.
SentimentCount.negativeCount ● Int scalar
Negative sentiment count of occurrences of the topic.
SentimentCount.neutralCount ● Int scalar
Neutral sentiment count of occurrences of the topic.
Member of
TrendingCompanyTopic  object