public enum AnnotationType extends Enum<AnnotationType> implements com.google.protobuf.ProtocolMessageEnum
google.cloud.datalabeling.v1beta1.AnnotationType| Enum Constant and Description |
|---|
ANNOTATION_TYPE_UNSPECIFIED
ANNOTATION_TYPE_UNSPECIFIED = 0; |
AUDIO_TRANSCRIPTION_ANNOTATION
Speech to text annotation.
|
IMAGE_BOUNDING_BOX_ANNOTATION
Bounding box annotations in an image.
|
IMAGE_BOUNDING_POLY_ANNOTATION
Bounding poly annotations in an image.
|
IMAGE_CLASSIFICATION_ANNOTATION
Classification annotations in an image.
|
IMAGE_ORIENTED_BOUNDING_BOX_ANNOTATION
Oriented bounding box.
|
IMAGE_POLYLINE_ANNOTATION
Polyline annotations in an image.
|
IMAGE_SEGMENTATION_ANNOTATION
Segmentation annotations in an image.
|
TEXT_CLASSIFICATION_ANNOTATION
Classification for text.
|
TEXT_ENTITY_EXTRACTION_ANNOTATION
Entity extraction for text.
|
UNRECOGNIZED |
VIDEO_EVENT_ANNOTATION
Video event annotation.
|
VIDEO_OBJECT_DETECTION_ANNOTATION
Video object detection annotation.
|
VIDEO_OBJECT_TRACKING_ANNOTATION
Video object tracking annotation.
|
VIDEO_SHOTS_CLASSIFICATION_ANNOTATION
Classification annotations in video shots.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ANNOTATION_TYPE_UNSPECIFIED_VALUE
ANNOTATION_TYPE_UNSPECIFIED = 0; |
static int |
AUDIO_TRANSCRIPTION_ANNOTATION_VALUE
Speech to text annotation.
|
static int |
IMAGE_BOUNDING_BOX_ANNOTATION_VALUE
Bounding box annotations in an image.
|
static int |
IMAGE_BOUNDING_POLY_ANNOTATION_VALUE
Bounding poly annotations in an image.
|
static int |
IMAGE_CLASSIFICATION_ANNOTATION_VALUE
Classification annotations in an image.
|
static int |
IMAGE_ORIENTED_BOUNDING_BOX_ANNOTATION_VALUE
Oriented bounding box.
|
static int |
IMAGE_POLYLINE_ANNOTATION_VALUE
Polyline annotations in an image.
|
static int |
IMAGE_SEGMENTATION_ANNOTATION_VALUE
Segmentation annotations in an image.
|
static int |
TEXT_CLASSIFICATION_ANNOTATION_VALUE
Classification for text.
|
static int |
TEXT_ENTITY_EXTRACTION_ANNOTATION_VALUE
Entity extraction for text.
|
static int |
VIDEO_EVENT_ANNOTATION_VALUE
Video event annotation.
|
static int |
VIDEO_OBJECT_DETECTION_ANNOTATION_VALUE
Video object detection annotation.
|
static int |
VIDEO_OBJECT_TRACKING_ANNOTATION_VALUE
Video object tracking annotation.
|
static int |
VIDEO_SHOTS_CLASSIFICATION_ANNOTATION_VALUE
Classification annotations in video shots.
|
| Modifier and Type | Method and Description |
|---|---|
static AnnotationType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<AnnotationType> |
internalGetValueMap() |
static AnnotationType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static AnnotationType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static AnnotationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnnotationType ANNOTATION_TYPE_UNSPECIFIED
ANNOTATION_TYPE_UNSPECIFIED = 0;public static final AnnotationType IMAGE_CLASSIFICATION_ANNOTATION
Classification annotations in an image.
IMAGE_CLASSIFICATION_ANNOTATION = 1;public static final AnnotationType IMAGE_BOUNDING_BOX_ANNOTATION
Bounding box annotations in an image.
IMAGE_BOUNDING_BOX_ANNOTATION = 2;public static final AnnotationType IMAGE_ORIENTED_BOUNDING_BOX_ANNOTATION
Oriented bounding box. The box does not have to be parallel to horizontal line.
IMAGE_ORIENTED_BOUNDING_BOX_ANNOTATION = 13;public static final AnnotationType IMAGE_BOUNDING_POLY_ANNOTATION
Bounding poly annotations in an image.
IMAGE_BOUNDING_POLY_ANNOTATION = 10;public static final AnnotationType IMAGE_POLYLINE_ANNOTATION
Polyline annotations in an image.
IMAGE_POLYLINE_ANNOTATION = 11;public static final AnnotationType IMAGE_SEGMENTATION_ANNOTATION
Segmentation annotations in an image.
IMAGE_SEGMENTATION_ANNOTATION = 12;public static final AnnotationType VIDEO_SHOTS_CLASSIFICATION_ANNOTATION
Classification annotations in video shots.
VIDEO_SHOTS_CLASSIFICATION_ANNOTATION = 3;public static final AnnotationType VIDEO_OBJECT_TRACKING_ANNOTATION
Video object tracking annotation.
VIDEO_OBJECT_TRACKING_ANNOTATION = 4;public static final AnnotationType VIDEO_OBJECT_DETECTION_ANNOTATION
Video object detection annotation.
VIDEO_OBJECT_DETECTION_ANNOTATION = 5;public static final AnnotationType VIDEO_EVENT_ANNOTATION
Video event annotation.
VIDEO_EVENT_ANNOTATION = 6;public static final AnnotationType AUDIO_TRANSCRIPTION_ANNOTATION
Speech to text annotation.
AUDIO_TRANSCRIPTION_ANNOTATION = 7;public static final AnnotationType TEXT_CLASSIFICATION_ANNOTATION
Classification for text.
TEXT_CLASSIFICATION_ANNOTATION = 8;public static final AnnotationType TEXT_ENTITY_EXTRACTION_ANNOTATION
Entity extraction for text.
TEXT_ENTITY_EXTRACTION_ANNOTATION = 9;public static final AnnotationType UNRECOGNIZED
public static final int ANNOTATION_TYPE_UNSPECIFIED_VALUE
ANNOTATION_TYPE_UNSPECIFIED = 0;public static final int IMAGE_CLASSIFICATION_ANNOTATION_VALUE
Classification annotations in an image.
IMAGE_CLASSIFICATION_ANNOTATION = 1;public static final int IMAGE_BOUNDING_BOX_ANNOTATION_VALUE
Bounding box annotations in an image.
IMAGE_BOUNDING_BOX_ANNOTATION = 2;public static final int IMAGE_ORIENTED_BOUNDING_BOX_ANNOTATION_VALUE
Oriented bounding box. The box does not have to be parallel to horizontal line.
IMAGE_ORIENTED_BOUNDING_BOX_ANNOTATION = 13;public static final int IMAGE_BOUNDING_POLY_ANNOTATION_VALUE
Bounding poly annotations in an image.
IMAGE_BOUNDING_POLY_ANNOTATION = 10;public static final int IMAGE_POLYLINE_ANNOTATION_VALUE
Polyline annotations in an image.
IMAGE_POLYLINE_ANNOTATION = 11;public static final int IMAGE_SEGMENTATION_ANNOTATION_VALUE
Segmentation annotations in an image.
IMAGE_SEGMENTATION_ANNOTATION = 12;public static final int VIDEO_SHOTS_CLASSIFICATION_ANNOTATION_VALUE
Classification annotations in video shots.
VIDEO_SHOTS_CLASSIFICATION_ANNOTATION = 3;public static final int VIDEO_OBJECT_TRACKING_ANNOTATION_VALUE
Video object tracking annotation.
VIDEO_OBJECT_TRACKING_ANNOTATION = 4;public static final int VIDEO_OBJECT_DETECTION_ANNOTATION_VALUE
Video object detection annotation.
VIDEO_OBJECT_DETECTION_ANNOTATION = 5;public static final int VIDEO_EVENT_ANNOTATION_VALUE
Video event annotation.
VIDEO_EVENT_ANNOTATION = 6;public static final int AUDIO_TRANSCRIPTION_ANNOTATION_VALUE
Speech to text annotation.
AUDIO_TRANSCRIPTION_ANNOTATION = 7;public static final int TEXT_CLASSIFICATION_ANNOTATION_VALUE
Classification for text.
TEXT_CLASSIFICATION_ANNOTATION = 8;public static final int TEXT_ENTITY_EXTRACTION_ANNOTATION_VALUE
Entity extraction for text.
TEXT_ENTITY_EXTRACTION_ANNOTATION = 9;public static AnnotationType[] values()
for (AnnotationType c : AnnotationType.values()) System.out.println(c);
public static AnnotationType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static AnnotationType valueOf(int value)
forNumber(int) instead.public static AnnotationType forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<AnnotationType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static AnnotationType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2019 Google LLC. All rights reserved.