EyedidArgumentKey enum
Values
- license → const EyedidArgumentKey
- useBlink → const EyedidArgumentKey
- useUserStatus → const EyedidArgumentKey
- useGazeFilter → const EyedidArgumentKey
- maxConcurrency → const EyedidArgumentKey
- cameraPreset → const EyedidArgumentKey
- modelName → const EyedidArgumentKey
- screenWidth → const EyedidArgumentKey
- screenHeight → const EyedidArgumentKey
- screenOriginX → const EyedidArgumentKey
- screenOriginY → const EyedidArgumentKey
- cameraOnLongerAxis → const EyedidArgumentKey
- cameraPositionListIndex → const EyedidArgumentKey
- trackingFPS → const EyedidArgumentKey
- calibrationMode → const EyedidArgumentKey
- calibrationCriteria → const EyedidArgumentKey
- calibrationRegionLeft → const EyedidArgumentKey
- calibrationRegionTop → const EyedidArgumentKey
- calibrationRegionRight → const EyedidArgumentKey
- calibrationRegionBottom → const EyedidArgumentKey
- usePreviousCalibration → const EyedidArgumentKey
- calibrationData → const EyedidArgumentKey
- attentionRegionLeft → const EyedidArgumentKey
- attentionRegionTop → const EyedidArgumentKey
- attentionRegionRight → const EyedidArgumentKey
- attentionRegionBottom → const EyedidArgumentKey
- orientation → const EyedidArgumentKey
- eyedidVersion → const EyedidArgumentKey
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<
EyedidArgumentKey> - A constant List of the values in this enum, in order of their declaration.