ComparableSeriesOverall
Field | Description | Type |
---|---|---|
value | Overall data series for the corresponding timeframe . |
SeriesOverall |
timeframe | Reference date range. | Timeframe |
SeriesOverall
Field | Description | Type |
---|---|---|
series | Overall Series data for the requested timeframe and period. | array[SeriesOverallElement] |
SeriesOverallElement
Field | Description | Type |
---|---|---|
*period | Date representing the requested period, corresponding to the first day of the period.day : the day itself.week : first day of the corresponding week.month : first day of the corresponding month. |
date |
*value | Overall grouped data of corresponding period . |
Overall |
Overall
Field | Description | Type |
---|---|---|
sentiment | KPI which indicates users global satisfaction. | PolarizedValue |
contents | Total and grouped by polarity count of contents. | PolarizedCount |
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 |
PolarizedCount
Field | Description | Type |
---|---|---|
positive | Positive elements count. | int |
negative | Negative elements count. | int |
neutral | Neutral elements count. | int |
total | Total elements count. | int |
Timeframe
Field | Description | Type |
---|---|---|
*from | Start date of timeframe. | date |
*to | End date of timeframe. | date |