SeeSoPluginArgumentKey enum
Values
- LICENSE_KEY → const SeeSoPluginArgumentKey
- USE_ATTENTION → const SeeSoPluginArgumentKey
- USE_BLINK → const SeeSoPluginArgumentKey
- USE_DROWSINESS → const SeeSoPluginArgumentKey
- MODEL_NAME → const SeeSoPluginArgumentKey
- SCREEN_WIDTH → const SeeSoPluginArgumentKey
- SCREEN_HEIGHT → const SeeSoPluginArgumentKey
- SCREEN_ORIGIN_X → const SeeSoPluginArgumentKey
- SCREEN_ORIGIN_Y → const SeeSoPluginArgumentKey
- CAMERA_ON_LONGER_AXIS → const SeeSoPluginArgumentKey
- CAMERA_POSITION_INDEX → const SeeSoPluginArgumentKey
- TRACKING_FPS → const SeeSoPluginArgumentKey
- CALIBRATION_MODE → const SeeSoPluginArgumentKey
- CALIBRATION_CRITERIA → const SeeSoPluginArgumentKey
- CALIBRATION_REGION_LEFT → const SeeSoPluginArgumentKey
- CALIBRATION_REGION_TOP → const SeeSoPluginArgumentKey
- CALIBRATION_REGION_RIGHT → const SeeSoPluginArgumentKey
- CALIBRATION_REGION_BOTTOM → const SeeSoPluginArgumentKey
- CALIBRATION_DATA → const SeeSoPluginArgumentKey
- ATTENTION_INTERVAL → const SeeSoPluginArgumentKey
- ATTENTION_REGION_LEFT → const SeeSoPluginArgumentKey
- ATTENTION_REGION_TOP → const SeeSoPluginArgumentKey
- ATTENTION_REGION_RIGHT → const SeeSoPluginArgumentKey
- ATTENTION_REGION_BOTTOM → const SeeSoPluginArgumentKey
- ORIENTATION → const SeeSoPluginArgumentKey
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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<
SeeSoPluginArgumentKey> - A constant List of the values in this enum, in order of their declaration.