public enum AnnotationSentiment extends Enum<AnnotationSentiment> implements ProtocolMessageEnum
Protobuf enum google.cloud.datalabeling.v1beta1.AnnotationSentiment
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ANNOTATION_SENTIMENT_UNSPECIFIED |
|
ANNOTATION_SENTIMENT_UNSPECIFIED_VALUE |
|
NEGATIVE |
This annotation describes negatively about the data. |
NEGATIVE_VALUE |
This annotation describes negatively about the data. |
POSITIVE |
This label describes positively about the data. |
POSITIVE_VALUE |
This label describes positively about the data. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |