LocationComparedSemanticsTopicsResults
| Field | Description | Type |
|---|---|---|
| actual | Topics grouped data for the requested timeframe. | LocationComparableSemanticsTopics |
| comparison | Topics grouped data for comparison timeframe. | LocationComparableSemanticsTopics |
| variation | Calculated difference between actual and comparison. |
array[LocationSemanticsTopicVariation] |
LocationComparableSemanticsTopics
| Field | Description | Type |
|---|---|---|
| timeframe | Reference date range. | Timeframe |
| value | Clusters data for the corresponding timeframe. |
array[LocationSemanticsTopic] |
Timeframe
| Field | Description | Type |
|---|---|---|
| *from | Start date of timeframe. | date |
| *to | End date of timeframe. | date |
LocationSemanticsTopic
| Field | Description | Type |
|---|---|---|
| topic | Descriptive identifier of the topic. | string |
| sentiment | KPI which indicates users global satisfaction. | PolarizedValue |
| semantic_rating | KPI calculated by correlating sentiment and n_segments. | PolarizedValue |
| n_contents | Total count of contents. | int |
| n_segments | Total count of segments in 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 |
LocationSemanticsTopicVariation
| Field | Description | Type |
|---|---|---|
| *topic | Descriptive identifier of the topic. | string |
| *sentiment | Sentiment variation. | Variation |
| *semantic_rating | Semantic rating variation. | Variation |
| *n_contents | Number of contents variation. | Variation |
| *n_segments | NUmber of segments variation. | Variation |
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 |