LivenessDetectionConfig class
Constructors
- LivenessDetectionConfig.new({bool startWithInfoScreen = false, int? durationLivenessVerify = 45, bool showDurationUiText = false, bool useCustomizedLabel = false, LivenessDetectionLabelModel? customizedLabel})
Properties
- customizedLabel → LivenessDetectionLabelModel?
-
final
- durationLivenessVerify → int?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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