class Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p3beta1ObjectTrackingConfig

Config for OBJECT_TRACKING.

Attributes

model[RW]

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

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/videointelligence_v1p3beta1/classes.rb, line 5452
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_v1p3beta1/classes.rb, line 5457
def update!(**args)
  @model = args[:model] if args.key?(:model)
end