MLCustomInteractiveLivenessDetectionSetting constructor

MLCustomInteractiveLivenessDetectionSetting({
  1. required int detectionTimeOut,
  2. required Rect cameraFrame,
  3. required Rect faceFrame,
  4. required int textMargin,
  5. MlBodyActions? action,
  6. TextOptions? textOptions,
  7. CustomizedLifeCycleListener? customizedLifeCycleListener,
  8. String? title,
  9. bool? showStatusCodes,
  10. Map<int, String>? statusCodes,
})

Implementation

MLCustomInteractiveLivenessDetectionSetting({
  required this.detectionTimeOut,
  required this.cameraFrame,
  required this.faceFrame,
  required this.textMargin,
  this.action,
  this.textOptions,
  this.customizedLifeCycleListener,
  this.title,
  this.showStatusCodes,
  this.statusCodes,
});