public static enum StreamingVideoConfig.StreamingConfigCase extends Enum<StreamingVideoConfig.StreamingConfigCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
AUTOML_CLASSIFICATION_CONFIG |
AUTOML_OBJECT_TRACKING_CONFIG |
EXPLICIT_CONTENT_DETECTION_CONFIG |
LABEL_DETECTION_CONFIG |
OBJECT_TRACKING_CONFIG |
SHOT_CHANGE_DETECTION_CONFIG |
STREAMINGCONFIG_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static StreamingVideoConfig.StreamingConfigCase |
forNumber(int value) |
int |
getNumber() |
static StreamingVideoConfig.StreamingConfigCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static StreamingVideoConfig.StreamingConfigCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamingVideoConfig.StreamingConfigCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StreamingVideoConfig.StreamingConfigCase SHOT_CHANGE_DETECTION_CONFIG
public static final StreamingVideoConfig.StreamingConfigCase LABEL_DETECTION_CONFIG
public static final StreamingVideoConfig.StreamingConfigCase EXPLICIT_CONTENT_DETECTION_CONFIG
public static final StreamingVideoConfig.StreamingConfigCase OBJECT_TRACKING_CONFIG
public static final StreamingVideoConfig.StreamingConfigCase AUTOML_CLASSIFICATION_CONFIG
public static final StreamingVideoConfig.StreamingConfigCase AUTOML_OBJECT_TRACKING_CONFIG
public static final StreamingVideoConfig.StreamingConfigCase STREAMINGCONFIG_NOT_SET
public static StreamingVideoConfig.StreamingConfigCase[] values()
for (StreamingVideoConfig.StreamingConfigCase c : StreamingVideoConfig.StreamingConfigCase.values()) System.out.println(c);
public static StreamingVideoConfig.StreamingConfigCase 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 null@Deprecated public static StreamingVideoConfig.StreamingConfigCase valueOf(int value)
forNumber(int) instead.public static StreamingVideoConfig.StreamingConfigCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2019 Google LLC. All rights reserved.