SentimentData

The data for a sentiment annotation.

JSON representation
{
  "magnitude": number,
  "score": number
}
Fields
magnitude

number

A non-negative number from 0 to infinity which represents the abolute magnitude of sentiment regardless of score.

score

number

The sentiment score between -1.0 (negative) and 1.0 (positive).