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