public static enum LabelVideoRequest.Feature extends Enum<LabelVideoRequest.Feature> implements com.google.protobuf.ProtocolMessageEnum
Video labeling task feature.Protobuf enum
google.cloud.datalabeling.v1beta1.LabelVideoRequest.Feature| Enum Constant and Description |
|---|
CLASSIFICATION
Label whole video or video segment with one or more labels.
|
EVENT
Label the range of video for the specified events.
|
FEATURE_UNSPECIFIED
FEATURE_UNSPECIFIED = 0; |
OBJECT_DETECTION
Label objects with bounding box on image frames extracted from the video.
|
OBJECT_TRACKING
Label and track objects in video.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
CLASSIFICATION_VALUE
Label whole video or video segment with one or more labels.
|
static int |
EVENT_VALUE
Label the range of video for the specified events.
|
static int |
FEATURE_UNSPECIFIED_VALUE
FEATURE_UNSPECIFIED = 0; |
static int |
OBJECT_DETECTION_VALUE
Label objects with bounding box on image frames extracted from the video.
|
static int |
OBJECT_TRACKING_VALUE
Label and track objects in video.
|
| Modifier and Type | Method and Description |
|---|---|
static LabelVideoRequest.Feature |
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<LabelVideoRequest.Feature> |
internalGetValueMap() |
static LabelVideoRequest.Feature |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static LabelVideoRequest.Feature |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static LabelVideoRequest.Feature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LabelVideoRequest.Feature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LabelVideoRequest.Feature FEATURE_UNSPECIFIED
FEATURE_UNSPECIFIED = 0;public static final LabelVideoRequest.Feature CLASSIFICATION
Label whole video or video segment with one or more labels.
CLASSIFICATION = 1;public static final LabelVideoRequest.Feature OBJECT_DETECTION
Label objects with bounding box on image frames extracted from the video.
OBJECT_DETECTION = 2;public static final LabelVideoRequest.Feature OBJECT_TRACKING
Label and track objects in video.
OBJECT_TRACKING = 3;public static final LabelVideoRequest.Feature EVENT
Label the range of video for the specified events.
EVENT = 4;public static final LabelVideoRequest.Feature UNRECOGNIZED
public static final int FEATURE_UNSPECIFIED_VALUE
FEATURE_UNSPECIFIED = 0;public static final int CLASSIFICATION_VALUE
Label whole video or video segment with one or more labels.
CLASSIFICATION = 1;public static final int OBJECT_DETECTION_VALUE
Label objects with bounding box on image frames extracted from the video.
OBJECT_DETECTION = 2;public static final int OBJECT_TRACKING_VALUE
Label and track objects in video.
OBJECT_TRACKING = 3;public static final int EVENT_VALUE
Label the range of video for the specified events.
EVENT = 4;public static LabelVideoRequest.Feature[] values()
for (LabelVideoRequest.Feature c : LabelVideoRequest.Feature.values()) System.out.println(c);
public static LabelVideoRequest.Feature 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 LabelVideoRequest.Feature valueOf(int value)
forNumber(int) instead.public static LabelVideoRequest.Feature forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<LabelVideoRequest.Feature> 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 LabelVideoRequest.Feature valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2019 Google LLC. All rights reserved.