Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class AnnotationSentiment.
Protobuf type google.cloud.datalabeling.v1beta1.AnnotationSentiment
Namespace
Google \ Cloud \ DataLabeling \ V1beta1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
ANNOTATION_SENTIMENT_UNSPECIFIED
Value: 0
Generated from protobuf enum ANNOTATION_SENTIMENT_UNSPECIFIED = 0;
NEGATIVE
Value: 1
This annotation describes negatively about the data.
Generated from protobuf enum NEGATIVE = 1;
POSITIVE
Value: 2
This label describes positively about the data.
Generated from protobuf enum POSITIVE = 2;