public enum StreamingFeature extends Enum<StreamingFeature> implements com.google.protobuf.ProtocolMessageEnum
Streaming video annotation feature.Protobuf enum
google.cloud.videointelligence.v1p3beta1.StreamingFeature| Enum Constant and Description |
|---|
STREAMING_AUTOML_ACTION_RECOGNITION
Action recognition based on AutoML model.
|
STREAMING_AUTOML_CLASSIFICATION
Video classification based on AutoML model.
|
STREAMING_AUTOML_OBJECT_TRACKING
Object detection and tracking based on AutoML model.
|
STREAMING_EXPLICIT_CONTENT_DETECTION
Explicit content detection.
|
STREAMING_FEATURE_UNSPECIFIED
Unspecified.
|
STREAMING_LABEL_DETECTION
Label detection.
|
STREAMING_OBJECT_TRACKING
Object detection and tracking.
|
STREAMING_SHOT_CHANGE_DETECTION
Shot change detection.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
STREAMING_AUTOML_ACTION_RECOGNITION_VALUE
Action recognition based on AutoML model.
|
static int |
STREAMING_AUTOML_CLASSIFICATION_VALUE
Video classification based on AutoML model.
|
static int |
STREAMING_AUTOML_OBJECT_TRACKING_VALUE
Object detection and tracking based on AutoML model.
|
static int |
STREAMING_EXPLICIT_CONTENT_DETECTION_VALUE
Explicit content detection.
|
static int |
STREAMING_FEATURE_UNSPECIFIED_VALUE
Unspecified.
|
static int |
STREAMING_LABEL_DETECTION_VALUE
Label detection.
|
static int |
STREAMING_OBJECT_TRACKING_VALUE
Object detection and tracking.
|
static int |
STREAMING_SHOT_CHANGE_DETECTION_VALUE
Shot change detection.
|
| Modifier and Type | Method and Description |
|---|---|
static StreamingFeature |
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<StreamingFeature> |
internalGetValueMap() |
static StreamingFeature |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static StreamingFeature |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static StreamingFeature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamingFeature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StreamingFeature STREAMING_FEATURE_UNSPECIFIED
Unspecified.
STREAMING_FEATURE_UNSPECIFIED = 0;public static final StreamingFeature STREAMING_LABEL_DETECTION
Label detection. Detect objects, such as dog or flower.
STREAMING_LABEL_DETECTION = 1;public static final StreamingFeature STREAMING_SHOT_CHANGE_DETECTION
Shot change detection.
STREAMING_SHOT_CHANGE_DETECTION = 2;public static final StreamingFeature STREAMING_EXPLICIT_CONTENT_DETECTION
Explicit content detection.
STREAMING_EXPLICIT_CONTENT_DETECTION = 3;public static final StreamingFeature STREAMING_OBJECT_TRACKING
Object detection and tracking.
STREAMING_OBJECT_TRACKING = 4;public static final StreamingFeature STREAMING_AUTOML_ACTION_RECOGNITION
Action recognition based on AutoML model.
STREAMING_AUTOML_ACTION_RECOGNITION = 23;public static final StreamingFeature STREAMING_AUTOML_CLASSIFICATION
Video classification based on AutoML model.
STREAMING_AUTOML_CLASSIFICATION = 21;public static final StreamingFeature STREAMING_AUTOML_OBJECT_TRACKING
Object detection and tracking based on AutoML model.
STREAMING_AUTOML_OBJECT_TRACKING = 22;public static final StreamingFeature UNRECOGNIZED
public static final int STREAMING_FEATURE_UNSPECIFIED_VALUE
Unspecified.
STREAMING_FEATURE_UNSPECIFIED = 0;public static final int STREAMING_LABEL_DETECTION_VALUE
Label detection. Detect objects, such as dog or flower.
STREAMING_LABEL_DETECTION = 1;public static final int STREAMING_SHOT_CHANGE_DETECTION_VALUE
Shot change detection.
STREAMING_SHOT_CHANGE_DETECTION = 2;public static final int STREAMING_EXPLICIT_CONTENT_DETECTION_VALUE
Explicit content detection.
STREAMING_EXPLICIT_CONTENT_DETECTION = 3;public static final int STREAMING_OBJECT_TRACKING_VALUE
Object detection and tracking.
STREAMING_OBJECT_TRACKING = 4;public static final int STREAMING_AUTOML_ACTION_RECOGNITION_VALUE
Action recognition based on AutoML model.
STREAMING_AUTOML_ACTION_RECOGNITION = 23;public static final int STREAMING_AUTOML_CLASSIFICATION_VALUE
Video classification based on AutoML model.
STREAMING_AUTOML_CLASSIFICATION = 21;public static final int STREAMING_AUTOML_OBJECT_TRACKING_VALUE
Object detection and tracking based on AutoML model.
STREAMING_AUTOML_OBJECT_TRACKING = 22;public static StreamingFeature[] values()
for (StreamingFeature c : StreamingFeature.values()) System.out.println(c);
public static StreamingFeature 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 StreamingFeature valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static StreamingFeature forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<StreamingFeature> 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 StreamingFeature valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.