SentimentCounts
description
Counts related to KPIs or Topics
type SentimentCounts {
positive: Int
negative: Int
neutral: Int
}
Fields
SentimentCounts.positive ● Int scalar graph-ql-types
This field gives the count of occurrences of DocumentTopics/DocumentKPIs under this cluster in proximity to positive sentiment in this document @exposed
SentimentCounts.negative ● Int scalar graph-ql-types
This field gives the count of occurrences of DocumentTopics/DocumentKPIs under this cluster in proximity to negative sentiment in this document @exposed
SentimentCounts.neutral ● Int scalar graph-ql-types
This field gives the count of occurrences of DocumentTopics/KPIs under this cluster that is not in proximity to negative or positive sentiment in this document @exposed
Member Of
DocumentKpiCluster object ● DocumentTopicCluster object