PassiveFaceLivenessIosSettings constructor

PassiveFaceLivenessIosSettings({
  1. PassiveFaceLivenessCustomizationIos? customization,
  2. int? beforePictureMillis,
  3. SensorStabilitySettingsIos? sensorStability,
  4. bool? enableManualCapture,
  5. double? timeEnableManualCapture,
  6. String? resolution,
  7. double? compressionQuality,
})

Implementation

PassiveFaceLivenessIosSettings(
    {this.customization,
    this.beforePictureMillis,
    this.sensorStability,
    this.enableManualCapture,
    this.timeEnableManualCapture,
    this.resolution,
    this.compressionQuality});