Enum AnnotationSentiment (0.131.0)

public enum AnnotationSentiment extends Enum<AnnotationSentiment> implements ProtocolMessageEnum

Protobuf enum google.cloud.datalabeling.v1beta1.AnnotationSentiment

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ANNOTATION_SENTIMENT_UNSPECIFIED

ANNOTATION_SENTIMENT_UNSPECIFIED = 0;

ANNOTATION_SENTIMENT_UNSPECIFIED_VALUE

ANNOTATION_SENTIMENT_UNSPECIFIED = 0;

NEGATIVE

This annotation describes negatively about the data.

NEGATIVE = 1;

NEGATIVE_VALUE

This annotation describes negatively about the data.

NEGATIVE = 1;

POSITIVE

This label describes positively about the data.

POSITIVE = 2;

POSITIVE_VALUE

This label describes positively about the data.

POSITIVE = 2;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()