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