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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ANNOTATION_SOURCE_UNSPECIFIED |
|
ANNOTATION_SOURCE_UNSPECIFIED_VALUE |
|
OPERATOR |
Answer is provided by a human contributor. |
OPERATOR_VALUE |
Answer is provided by a human contributor. |
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() |