Enum AnnotationSource (0.141.0)

public enum AnnotationSource extends Enum<AnnotationSource> implements ProtocolMessageEnum

Specifies where the annotation comes from (whether it was provided by a human labeler or a different source).

Protobuf enum google.cloud.datalabeling.v1beta1.AnnotationSource

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ANNOTATION_SOURCE_UNSPECIFIED

ANNOTATION_SOURCE_UNSPECIFIED = 0;

ANNOTATION_SOURCE_UNSPECIFIED_VALUE

ANNOTATION_SOURCE_UNSPECIFIED = 0;

OPERATOR

Answer is provided by a human contributor.

OPERATOR = 3;

OPERATOR_VALUE

Answer is provided by a human contributor.

OPERATOR = 3;

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()