TrackingCallbackData class Null safety

Tracking callback data.

Constructors

TrackingCallbackData()

Properties

frame_id int
Integer id of the frame (that was returned by VideoWorker.addVideoFrame)
read / write
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
samples List<RawSample>
List of face samples found by the tracker.

Most of the samples are received from the frame_id frame but some samples can be received from the previous frames.
read / write
samples_active_liveness_status List<ActiveLivenessStatus>
Face active liveness check status. See ActiveLivenessStatus for details.
(samples_active_liveness_status.size() == samples.size())
read / write
samples_quality List<double>
Quality value for the face sample. The same as from the FaceQualityEstimator (samples_quality.size() == samples.size())
read / write
stream_id int
Integer id of the video stream (0 <= stream_id < streams_count).
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