class Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1ShotChangeDetectionConfig

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_v1p2beta1/classes.rb, line 4331
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_v1p2beta1/classes.rb, line 4336
def update!(**args)
  @model = args[:model] if args.key?(:model)
end