Class: Google::Cloud::VideoIntelligence::V1p3beta1::StreamingVideoConfig
- Inherits:
-
Object
- Object
- Google::Cloud::VideoIntelligence::V1p3beta1::StreamingVideoConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb
Overview
Provides information to the annotator that specifies how to process the request.
Instance Attribute Summary collapse
-
#automl_action_recognition_config ⇒ ::Google::Cloud::VideoIntelligence::V1p3beta1::StreamingAutomlActionRecognitionConfig
Config for STREAMING_AUTOML_ACTION_RECOGNITION.
-
#automl_classification_config ⇒ ::Google::Cloud::VideoIntelligence::V1p3beta1::StreamingAutomlClassificationConfig
Config for STREAMING_AUTOML_CLASSIFICATION.
-
#automl_object_tracking_config ⇒ ::Google::Cloud::VideoIntelligence::V1p3beta1::StreamingAutomlObjectTrackingConfig
Config for STREAMING_AUTOML_OBJECT_TRACKING.
-
#explicit_content_detection_config ⇒ ::Google::Cloud::VideoIntelligence::V1p3beta1::StreamingExplicitContentDetectionConfig
Config for STREAMING_EXPLICIT_CONTENT_DETECTION.
-
#feature ⇒ ::Google::Cloud::VideoIntelligence::V1p3beta1::StreamingFeature
Requested annotation feature.
-
#label_detection_config ⇒ ::Google::Cloud::VideoIntelligence::V1p3beta1::StreamingLabelDetectionConfig
Config for STREAMING_LABEL_DETECTION.
-
#object_tracking_config ⇒ ::Google::Cloud::VideoIntelligence::V1p3beta1::StreamingObjectTrackingConfig
Config for STREAMING_OBJECT_TRACKING.
-
#shot_change_detection_config ⇒ ::Google::Cloud::VideoIntelligence::V1p3beta1::StreamingShotChangeDetectionConfig
Config for STREAMING_SHOT_CHANGE_DETECTION.
-
#storage_config ⇒ ::Google::Cloud::VideoIntelligence::V1p3beta1::StreamingStorageConfig
Streaming storage option.
Instance Attribute Details
#automl_action_recognition_config ⇒ ::Google::Cloud::VideoIntelligence::V1p3beta1::StreamingAutomlActionRecognitionConfig
Returns Config for STREAMING_AUTOML_ACTION_RECOGNITION.
969 970 971 972 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 969 class StreamingVideoConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#automl_classification_config ⇒ ::Google::Cloud::VideoIntelligence::V1p3beta1::StreamingAutomlClassificationConfig
Returns Config for STREAMING_AUTOML_CLASSIFICATION.
969 970 971 972 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 969 class StreamingVideoConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#automl_object_tracking_config ⇒ ::Google::Cloud::VideoIntelligence::V1p3beta1::StreamingAutomlObjectTrackingConfig
Returns Config for STREAMING_AUTOML_OBJECT_TRACKING.
969 970 971 972 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 969 class StreamingVideoConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#explicit_content_detection_config ⇒ ::Google::Cloud::VideoIntelligence::V1p3beta1::StreamingExplicitContentDetectionConfig
Returns Config for STREAMING_EXPLICIT_CONTENT_DETECTION.
969 970 971 972 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 969 class StreamingVideoConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#feature ⇒ ::Google::Cloud::VideoIntelligence::V1p3beta1::StreamingFeature
Returns Requested annotation feature.
969 970 971 972 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 969 class StreamingVideoConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#label_detection_config ⇒ ::Google::Cloud::VideoIntelligence::V1p3beta1::StreamingLabelDetectionConfig
Returns Config for STREAMING_LABEL_DETECTION.
969 970 971 972 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 969 class StreamingVideoConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#object_tracking_config ⇒ ::Google::Cloud::VideoIntelligence::V1p3beta1::StreamingObjectTrackingConfig
Returns Config for STREAMING_OBJECT_TRACKING.
969 970 971 972 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 969 class StreamingVideoConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#shot_change_detection_config ⇒ ::Google::Cloud::VideoIntelligence::V1p3beta1::StreamingShotChangeDetectionConfig
Returns Config for STREAMING_SHOT_CHANGE_DETECTION.
969 970 971 972 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 969 class StreamingVideoConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#storage_config ⇒ ::Google::Cloud::VideoIntelligence::V1p3beta1::StreamingStorageConfig
Returns Streaming storage option. By default: storage is disabled.
969 970 971 972 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 969 class StreamingVideoConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |