StreamingVideoConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Provides information to the annotator that specifies how to process the request.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes
Name | Description |
shot_change_detection_config |
google.cloud.videointelligence_v1p3beta1.types.StreamingShotChangeDetectionConfig
Config for STREAMING_SHOT_CHANGE_DETECTION. This field is a member of `oneof`_ ``streaming_config``. |
label_detection_config |
google.cloud.videointelligence_v1p3beta1.types.StreamingLabelDetectionConfig
Config for STREAMING_LABEL_DETECTION. This field is a member of `oneof`_ ``streaming_config``. |
explicit_content_detection_config |
google.cloud.videointelligence_v1p3beta1.types.StreamingExplicitContentDetectionConfig
Config for STREAMING_EXPLICIT_CONTENT_DETECTION. This field is a member of `oneof`_ ``streaming_config``. |
object_tracking_config |
google.cloud.videointelligence_v1p3beta1.types.StreamingObjectTrackingConfig
Config for STREAMING_OBJECT_TRACKING. This field is a member of `oneof`_ ``streaming_config``. |
automl_action_recognition_config |
google.cloud.videointelligence_v1p3beta1.types.StreamingAutomlActionRecognitionConfig
Config for STREAMING_AUTOML_ACTION_RECOGNITION. This field is a member of `oneof`_ ``streaming_config``. |
automl_classification_config |
google.cloud.videointelligence_v1p3beta1.types.StreamingAutomlClassificationConfig
Config for STREAMING_AUTOML_CLASSIFICATION. This field is a member of `oneof`_ ``streaming_config``. |
automl_object_tracking_config |
google.cloud.videointelligence_v1p3beta1.types.StreamingAutomlObjectTrackingConfig
Config for STREAMING_AUTOML_OBJECT_TRACKING. This field is a member of `oneof`_ ``streaming_config``. |
feature |
google.cloud.videointelligence_v1p3beta1.types.StreamingFeature
Requested annotation feature. |
storage_config |
google.cloud.videointelligence_v1p3beta1.types.StreamingStorageConfig
Streaming storage option. By default: storage is disabled. |