Class: Google::Cloud::VideoIntelligence::V1p1beta1::ShotChangeDetectionConfig

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/video_intelligence/v1p1beta1/doc/google/cloud/videointelligence/v1p1beta1/video_intelligence.rb

Overview

Config for SHOT_CHANGE_DETECTION.

Instance Attribute Summary collapse

Instance Attribute Details

#modelString

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".



103
# File 'lib/google/cloud/video_intelligence/v1p1beta1/doc/google/cloud/videointelligence/v1p1beta1/video_intelligence.rb', line 103

class ShotChangeDetectionConfig; end