IdentificationFlowOptions constructor

const IdentificationFlowOptions({
  1. bool ellipseScreenEnabled = false,
  2. bool showUserInformation = true,
  3. bool showTimeInformation = false,
  4. bool keepIdentification = false,
  5. SmartfaceCameraPosition cameraPosition = SmartfaceCameraPosition.back,
  6. bool saveImage = false,
  7. Duration identifyTimeout = const Duration(seconds: 30),
  8. bool enableCheckImageQuality = true,
  9. double securityLevel = 0.0,
  10. bool livenessEnabled = false,
  11. double livenessThreshold = 0.98,
  12. 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,
});