LivenessDetectionConfig constructor

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

Implementation

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