LivenessDetectionConfig constructor

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

Implementation

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