TrackingData class Null safety

Class containing tracking data (TrackingCallbackData, TemplateCreatedCallbackData, TrackingLostCallbackData).

Returned when calling the VideoWorker.poolTrackResults method.

Constructors

TrackingData()

Properties

hashCode int
The hash code for this object.
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
sti_person_outdated_callback_data StiPersonOutdatedCallbackData
read / write
template_created_callback_data TemplateCreatedCallbackData
read / write
tracking_callback_data TrackingCallbackData
read / write
tracking_lost_callback_data TrackingLostCallbackData
read / write
tracking_match_found_callback_data TrackingMatchFoundCallbackData
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited