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 graph-ql-types
Total sentiment count of occurrences of the topic.
SentimentCount.positiveCount ● Int scalar graph-ql-types
Positive sentiment count of occurrences of the topic.
SentimentCount.negativeCount ● Int scalar graph-ql-types
Negative sentiment count of occurrences of the topic.
SentimentCount.neutralCount ● Int scalar graph-ql-types
Neutral sentiment count of occurrences of the topic.
Member Of
TrendingCompanyTopic object