Enum LabelVideoRequest.Feature (0.141.0)

public enum LabelVideoRequest.Feature extends Enum<LabelVideoRequest.Feature> implements ProtocolMessageEnum

Video labeling task feature.

Protobuf enum google.cloud.datalabeling.v1beta1.LabelVideoRequest.Feature

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CLASSIFICATION

Label whole video or video segment with one or more labels.

CLASSIFICATION = 1;

CLASSIFICATION_VALUE

Label whole video or video segment with one or more labels.

CLASSIFICATION = 1;

EVENT

Label the range of video for the specified events.

EVENT = 4;

EVENT_VALUE

Label the range of video for the specified events.

EVENT = 4;

FEATURE_UNSPECIFIED

FEATURE_UNSPECIFIED = 0;

FEATURE_UNSPECIFIED_VALUE

FEATURE_UNSPECIFIED = 0;

OBJECT_DETECTION

Label objects with bounding box on image frames extracted from the video.

OBJECT_DETECTION = 2;

OBJECT_DETECTION_VALUE

Label objects with bounding box on image frames extracted from the video.

OBJECT_DETECTION = 2;

OBJECT_TRACKING

Label and track objects in video.

OBJECT_TRACKING = 3;

OBJECT_TRACKING_VALUE

Label and track objects in video.

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