MessageSettings constructor

MessageSettings({
  1. String? stepName,
  2. String? waitMessage,
  3. String? faceNotFoundMessage,
  4. String? faceTooFarMessage,
  5. String? faceTooCloseMessage,
  6. String? faceNotFittedMessage,
  7. String? multipleFaceDetectedMessage,
  8. String? verifyingLivenessMessage,
  9. String? holdItMessage,
  10. String? invalidFaceMessage,
  11. String? eyesClosedMessage,
  12. String? notCenterXMessage,
  13. String? notCenterYMessage,
  14. String? notCenterZMessage,
  15. String? sensorLuminosityMessage,
  16. String? sensorOrientationMessage,
  17. String? sensorStabilityMessage,
  18. String? captureProcessingErrorMessage,
})

Implementation

MessageSettings(
    {this.stepName,
    this.waitMessage,
    this.faceNotFoundMessage,
    this.faceTooFarMessage,
    this.faceTooCloseMessage,
    this.faceNotFittedMessage,
    this.multipleFaceDetectedMessage,
    this.verifyingLivenessMessage,
    this.holdItMessage,
    this.invalidFaceMessage,
    this.eyesClosedMessage,
    this.notCenterXMessage,
    this.notCenterYMessage,
    this.notCenterZMessage,
    this.sensorLuminosityMessage,
    this.sensorOrientationMessage,
    this.sensorStabilityMessage,
    this.captureProcessingErrorMessage});