Google Cloud Datalabeling V1beta1 Client - Class AnnotationSentiment (0.5.0)

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 \ V1beta1

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;