Class: Google::Cloud::VideoIntelligence::V1p1beta1::ShotChangeDetectionConfig
- Inherits:
-
Object
- Object
- Google::Cloud::VideoIntelligence::V1p1beta1::ShotChangeDetectionConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/videointelligence/v1p1beta1/video_intelligence.rb
Overview
Config for SHOT_CHANGE_DETECTION.
Instance Attribute Summary collapse
-
#model ⇒ ::String
Model to use for shot change detection.
Instance Attribute Details
#model ⇒ ::String
Returns Model to use for shot change detection. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".
118 119 120 121 |
# File 'proto_docs/google/cloud/videointelligence/v1p1beta1/video_intelligence.rb', line 118 class ShotChangeDetectionConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |