Class: Google::Cloud::VideoIntelligence::V1p3beta1::ObjectTrackingConfig

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

Overview

Config for OBJECT_TRACKING.

Instance Attribute Summary collapse

Instance Attribute Details

#model::String

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

Returns:

  • (::String)

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



158
159
160
161
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 158

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