class Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1ShotChangeDetectionConfig

Config for SHOT_CHANGE_DETECTION.

Attributes

model[RW]

Model to use for shot change detection. Supported values: “builtin/stable” ( the default if unset), “builtin/latest”, and “builtin/legacy”. Corresponds to the JSON property `model` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/videointelligence_v1/classes.rb, line 899
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/videointelligence_v1/classes.rb, line 904
def update!(**args)
  @model = args[:model] if args.key?(:model)
end