IdentificationFlowOptions constructor
const
IdentificationFlowOptions({
- bool ellipseScreenEnabled = false,
- bool showUserInformation = true,
- bool showTimeInformation = false,
- bool keepIdentification = false,
- SmartfaceCameraPosition cameraPosition = SmartfaceCameraPosition.back,
- bool saveImage = false,
- Duration identifyTimeout = const Duration(seconds: 30),
- bool enableCheckImageQuality = true,
- double securityLevel = 0.0,
- bool livenessEnabled = false,
- double livenessThreshold = 0.98,
- bool vibratorEnabled = true,
Implementation
const IdentificationFlowOptions({
this.ellipseScreenEnabled = false,
this.showUserInformation = true,
this.showTimeInformation = false,
this.keepIdentification = false,
this.cameraPosition = SmartfaceCameraPosition.back,
this.saveImage = false,
this.identifyTimeout = const Duration(seconds: 30),
this.enableCheckImageQuality = true,
this.securityLevel = 0.0,
this.livenessEnabled = false,
this.livenessThreshold = 0.98,
this.vibratorEnabled = true,
});