LivenessDetectionConfig class
Constructors
- LivenessDetectionConfig({bool startWithInfoScreen = false, int? durationLivenessVerify = 45, bool showDurationUiText = false, bool useCustomizedLabel = false, LivenessDetectionLabelModel? customizedLabel, bool isEnableMaxBrightness = true, int imageQuality = 100})
Properties
- customizedLabel → LivenessDetectionLabelModel?
- 
  
  final
- durationLivenessVerify → int?
- 
  
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- imageQuality → int
- 
  
  final
- isEnableMaxBrightness → bool
- 
  
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- showDurationUiText → bool
- 
  
  final
- startWithInfoScreen → bool
- 
  
  final
- useCustomizedLabel → bool
- 
  
  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