LivenessDetectionConfig class

Constructors

LivenessDetectionConfig.new({bool startWithInfoScreen = false, int? durationLivenessVerify = 45, Color? backgroundColor, TextStyle? textStyle, bool showDurationUiText = false, bool useCustomizedLabel = false, LivenessDetectionLabelModel? customizedLabel, bool isEnableMaxBrightness = true})

Properties

backgroundColor Color?
final
customizedLabel LivenessDetectionLabelModel?
final
durationLivenessVerify int?
final
hashCode int
The hash code for this object.
no setterinherited
isEnableMaxBrightness bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showDurationUiText bool
final
startWithInfoScreen bool
final
textStyle TextStyle?
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