public interface FaceAuthVerifierSettings extends FaceAuthSettings
FaceAuthSettings.FaceAuthLivenessMode| Modifier and Type | Method and Description | 
|---|---|
int | 
getMatchingThreshold()
Confidence of the matching. 
 | 
void | 
setMatchingThreshold(int matchingThreshold)
Confidence of the matching. 
 | 
getLivenessBlinkTimeout, getLivenessMode, getLivenessThreshold, getQualityThreshold, setLivenessBlinkTimeout, setLivenessMode, setLivenessThreshold, setQualityThresholdint getMatchingThreshold()
void setMatchingThreshold(int matchingThreshold)
| FAR (False Acceptance Rate) | Matching threshold (score) | 
| 100% | 0 | 
| 10% | 12 | 
| 1% | 24 | 
| 0.1% | 36 | 
| 0.01% | 48 | 
| 0.001% | 60 | 
| 0.0001% | 72 |