annotationSentiment property
Sentiment for this annotation.
Output only. Possible string values are:
- "ANNOTATION_SENTIMENT_UNSPECIFIED"
- "NEGATIVE" : This annotation describes negatively about the data.
- "POSITIVE" : This label describes positively about the data.
Implementation
core.String? annotationSentiment;