public enum StreamingFeature extends Enum<StreamingFeature> implements ProtocolMessageEnumStreaming video annotation feature.
Protobuf enum google.cloud.videointelligence.v1p3beta1.StreamingFeature
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| STREAMING_AUTOML_ACTION_RECOGNITION | Action recognition based on AutoML model. |
| STREAMING_AUTOML_ACTION_RECOGNITION_VALUE | Action recognition based on AutoML model. |
| STREAMING_AUTOML_CLASSIFICATION | Video classification based on AutoML model. |
| STREAMING_AUTOML_CLASSIFICATION_VALUE | Video classification based on AutoML model. |
| STREAMING_AUTOML_OBJECT_TRACKING | Object detection and tracking based on AutoML model. |
| STREAMING_AUTOML_OBJECT_TRACKING_VALUE | Object detection and tracking based on AutoML model. |
| STREAMING_EXPLICIT_CONTENT_DETECTION | Explicit content detection. |
| STREAMING_EXPLICIT_CONTENT_DETECTION_VALUE | Explicit content detection. |
| STREAMING_FEATURE_UNSPECIFIED | Unspecified. |
| STREAMING_FEATURE_UNSPECIFIED_VALUE | Unspecified. |
| STREAMING_LABEL_DETECTION | Label detection. Detect objects, such as dog or flower. |
| STREAMING_LABEL_DETECTION_VALUE | Label detection. Detect objects, such as dog or flower. |
| STREAMING_OBJECT_TRACKING | Object detection and tracking. |
| STREAMING_OBJECT_TRACKING_VALUE | Object detection and tracking. |
| STREAMING_SHOT_CHANGE_DETECTION | Shot change detection. |
| STREAMING_SHOT_CHANGE_DETECTION_VALUE | Shot change detection. |
| UNRECOGNIZED |
Static Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |
Methods
| Name | Description |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() |