LivenessDetectionConfig constructor
LivenessDetectionConfig({
- bool startWithInfoScreen = false,
- int? durationLivenessVerify = 45,
- bool showDurationUiText = false,
- bool useCustomizedLabel = false,
- LivenessDetectionLabelModel? customizedLabel,
Implementation
LivenessDetectionConfig({
this.startWithInfoScreen = false,
this.durationLivenessVerify = 45,
this.showDurationUiText = false,
this.useCustomizedLabel = false,
this.customizedLabel
});