TextSentimentAnnotation

Annotation details specific to text sentiment.

Fields
sentiment integer

The sentiment score for text.

sentimentMax integer

The sentiment max score for text.

annotationSpecId string

The resource id of the AnnotationSpec that this Annotation pertains to.

displayName string

The display name of the AnnotationSpec that this Annotation pertains to.

JSON representation
{
  "sentiment": integer,
  "sentimentMax": integer,
  "annotationSpecId": string,
  "displayName": string
}