Class: Google::Cloud::VideoIntelligence::V1beta2::ShotChangeDetectionConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/videointelligence/v1beta2/video_intelligence.rb

Overview

Config for SHOT_CHANGE_DETECTION.

Instance Attribute Summary collapse

Instance Attribute Details

#model::String

Returns Model to use for shot change detection. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".

Returns:

  • (::String)

    Model to use for shot change detection. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".



116
117
118
119
# File 'proto_docs/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 116

class ShotChangeDetectionConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end