TrackingState enum

Enum representing different states of gaze tracking.

  • SUCCESS: Gaze tracking was successful without any issues.
  • LOW_CONFIDENCE: Gaze tracking was successful but with low confidence level.
  • UNSUPPORTED: Denotes an unsupported tracking state, where the face is detected but the current settings result in an unexpected tracking state that cannot be accommodated.
  • FACE_MISSING: Gaze tracking failed because the face was not detected.
Inheritance
Available extensions

Values

SUCCESS → const TrackingState

Gaze tracking was successful without any issues.

LOW_CONFIDENCE → const TrackingState

Gaze tracking was successful but with low confidence level.

UNSUPPORTED → const TrackingState

Denotes an unsupported tracking state, where the face is detected but the current settings result in an unexpected tracking state that cannot be accommodated.

FACE_MISSING → const TrackingState

Gaze tracking failed because the face was not detected.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Constants

values → const List<TrackingState>
A constant List of the values in this enum, in order of their declaration.