LocationSeriesTopicElement
Field | Description | Type |
---|---|---|
*period | Date representing the requested period, corresponding to the first day of the period.week : first day of the corresponding week.month : first day of the corresponding month. |
date |
*value | Topic data of corresponding period . |
LocationSemantics |
LocationSemantics
Field | Description | Type |
---|---|---|
contents | Total count of contents. | Total |
opinions | Total and grouped by polarity count of opinions. | PolarizedCount |
sentiment | KPI which indicates users global satisfaction. | PolarizedValue |
Total
Field | Description | Type |
---|---|---|
total | Total count of elements. | int |
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 |