Class ObjectTrackingConfig (2.3.3)

Stay organized with collections Save and categorize content based on your preferences.
ObjectTrackingConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Config for OBJECT_TRACKING. .. attribute:: model

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

:type: str

Inheritance

builtins.object > proto.message.Message > ObjectTrackingConfig