MessageSettings constructor
MessageSettings({
- String? stepName,
- String? waitMessage,
- String? faceNotFoundMessage,
- String? faceTooFarMessage,
- String? faceTooCloseMessage,
- String? faceNotFittedMessage,
- String? multipleFaceDetectedMessage,
- String? verifyingLivenessMessage,
- String? holdItMessage,
- String? invalidFaceMessage,
- String? eyesClosedMessage,
- String? notCenterXMessage,
- String? notCenterYMessage,
- String? notCenterZMessage,
- String? sensorLuminosityMessage,
- String? sensorOrientationMessage,
- String? sensorStabilityMessage,
- 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});