FacialRecognitionConfiguration constructor
FacialRecognitionConfiguration(
- dynamic enrollFace,
- dynamic scanMinimumMatchLevel,
- dynamic readMinimumMatchLevel,
- dynamic lookupMinimumMatchLevel,
- dynamic maxAttempts,
- dynamic allowClosedEyes,
- dynamic obfuscationType,
- dynamic isOneToNVerificationEnabled,
- dynamic enableActiveLiveness,
- dynamic disableLivenessGesture,
Implementation
FacialRecognitionConfiguration(
enrollFace,
scanMinimumMatchLevel,
readMinimumMatchLevel,
lookupMinimumMatchLevel,
maxAttempts,
allowClosedEyes,
obfuscationType,
isOneToNVerificationEnabled,
enableActiveLiveness,
disableLivenessGesture) {
this.enrollFace = enrollFace;
this.scanMinimumMatchLevel = scanMinimumMatchLevel;
this.readMinimumMatchLevel = readMinimumMatchLevel;
this.lookupMinimumMatchLevel = lookupMinimumMatchLevel;
this.maxAttempts = maxAttempts;
this.allowClosedEyes = allowClosedEyes;
this.obfuscationType = obfuscationType;
this.isOneToNVerificationEnabled = isOneToNVerificationEnabled;
this.enableActiveLiveness = enableActiveLiveness;
this.disableLivenessGesture = disableLivenessGesture;
}