ComparedTopicsResults
Field | Description | Type |
---|---|---|
actual | Ratings grouped data for the requested timeframe. | ComparableTopics |
comparison | Ratings grouped data for the self-calculated past timeframe. | ComparableTopics |
variation | Calculated difference between actual and comparison . |
array[TopicVariationElement] |
ComparableTopics
Field | Description | Type |
---|---|---|
value | Clusters data for the corresponding timeframe . |
array[Topic] |
timeframe | Reference date range. | Timeframe |
Topic
Field | Description | Type |
---|---|---|
topic | Descriptive identifier of the topic. | string |
contents | Total and grouped by polarity count of contents. | PolarizedCount |
opinions | Total and grouped by polarity count of opinions. | PolarizedCount |
sentiment | KPI which indicates users global satisfaction. | PolarizedValue |
PolarizedCount
Field | Description | Type |
---|---|---|
positive | Positive elements count. | int |
negative | Negative elements count. | int |
neutral | Neutral elements count. | int |
total | Total elements count. | int |
PolarizedValue
Field | Description | Type | Examples |
---|---|---|---|
value | Value of the including field in the range [0,100]. | decimal | 60.3 59.7 |
polarity | Polarity of the corresponding value . |
string | POSITIVE NEGATIVE |
Timeframe
Field | Description | Type |
---|---|---|
*from | Start date of timeframe. | date |
*to | End date of timeframe. | date |
TopicVariationElement
Field | Description | Type |
---|---|---|
*group | Descriptive identifier of the topic. | string |
*value | Topic variation data. | FullVariation |
FullVariation
Field | Description | Type |
---|---|---|
sentiment | Sentiment variation. | Variation |
contents | Grouped by polarity contents variation. | PolarizedVariation |
opinions | Grouped by polarity opinions variation. | PolarizedVariation |
Variation
Field | Description | Type | Examples |
---|---|---|---|
value | Difference between actual value and comparison value. |
decimal | 1.12 |
variation | The explicit variation polarity. It is null when values are not available in both timeframes. |
string | POSITIVE NEUTRAL NEGATIVE |