The data for a sentiment annotation.
| JSON representation |
|---|
{ "magnitude": number, "score": number } |
| Fields | |
|---|---|
magnitude |
A non-negative number from 0 to infinity which represents the absolute magnitude of sentiment regardless of score. |
score |
The sentiment score between -1.0 (negative) and 1.0 (positive). |