LivenessDetectionConfig constructor

LivenessDetectionConfig({
  1. bool startWithInfoScreen = false,
  2. int? durationLivenessVerify = 45,
  3. bool showDurationUiText = false,
  4. bool useCustomizedLabel = false,
  5. LivenessDetectionLabelModel? customizedLabel,
  6. bool isEnableMaxBrightness = true,
})

Implementation

LivenessDetectionConfig({
  this.startWithInfoScreen = false,
  this.durationLivenessVerify = 45,
  this.showDurationUiText = false,
  this.useCustomizedLabel = false,
  this.customizedLabel,
  this.isEnableMaxBrightness = true
});