setMaxAttempts method
Sets the max facial recognitions attempts per a session.
Implementation
setMaxAttempts(int value) {
this.maxAttempts = value;
return this;
}
Sets the max facial recognitions attempts per a session.
setMaxAttempts(int value) {
this.maxAttempts = value;
return this;
}