PassiveFaceLivenessIosSettings constructor
PassiveFaceLivenessIosSettings({
- PassiveFaceLivenessCustomizationIos? customization,
- int? beforePictureMillis,
- SensorStabilitySettingsIos? sensorStability,
- bool? enableManualCapture,
- double? timeEnableManualCapture,
- String? resolution,
- double? compressionQuality,
Implementation
PassiveFaceLivenessIosSettings(
{this.customization,
this.beforePictureMillis,
this.sensorStability,
this.enableManualCapture,
this.timeEnableManualCapture,
this.resolution,
this.compressionQuality});