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 |
| sentiment | KPI which indicates users global satisfaction. | PolarizedValue |
| n_contents | Total count of contents. | 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 |