LivenessProcessStatus enum
Liveness process statuses.
Values
- START → const LivenessProcessStatus
- 
  
  
    const LivenessProcessStatus(0)
- PREPARING → const LivenessProcessStatus
- 
  
  
    const LivenessProcessStatus(1)
- NEW_SESSION → const LivenessProcessStatus
- 
  
  
    const LivenessProcessStatus(2)
- NEXT_STAGE → const LivenessProcessStatus
- 
  
  
    const LivenessProcessStatus(3)
- SECTOR_CHANGED → const LivenessProcessStatus
- 
  
  
    const LivenessProcessStatus(4)
- PROGRESS → const LivenessProcessStatus
- 
  
  
    const LivenessProcessStatus(5)
- LOW_BRIGHTNESS → const LivenessProcessStatus
- 
  
  
    const LivenessProcessStatus(6)
- FIT_FACE → const LivenessProcessStatus
- 
  
  
    const LivenessProcessStatus(7)
- MOVE_AWAY → const LivenessProcessStatus
- 
  
  
    const LivenessProcessStatus(8)
- MOVE_CLOSER → const LivenessProcessStatus
- 
  
  
    const LivenessProcessStatus(9)
- TURN_HEAD → const LivenessProcessStatus
- 
  
  
    const LivenessProcessStatus(10)
- PROCESSING → const LivenessProcessStatus
- 
  
  
    const LivenessProcessStatus(11)
- FAILED → const LivenessProcessStatus
- 
  
  
    const LivenessProcessStatus(12)
- RETRY → const LivenessProcessStatus
- 
  
  
    const LivenessProcessStatus(13)
- SUCCESS → const LivenessProcessStatus
- 
  
  
    const LivenessProcessStatus(14)
- REMOVE_OCCLUSION → const LivenessProcessStatus
- 
  
  
    const LivenessProcessStatus(15)
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
- value → int
- 
  
  final
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
Static Methods
- 
  getByValue(int? i) → LivenessProcessStatus? 
Constants
- 
    values
  → const List<LivenessProcessStatus> 
- A constant List of the values in this enum, in order of their declaration.