Skip to main content
Version: Beta

SentimentCounts

description

Counts related to KPIs or Topics

type SentimentCounts {
positive: Int
negative: Int
neutral: Int
}

Fields

SentimentCounts.positive ● Int scalar

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

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

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