Package com.appliedrec.verid.ui2.sharing
Class EnvironmentSettings
- java.lang.Object
-
- com.appliedrec.verid.ui2.sharing.EnvironmentSettings
-
public class EnvironmentSettings extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EnvironmentSettings(int faceDetectorVersion, float confidenceThreshold, float faceTemplateExtractionThreshold, float authenticationThreshold, java.lang.String veridVersion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getAuthenticationThreshold()
float
getConfidenceThreshold()
int
getFaceDetectorVersion()
float
getFaceTemplateExtractionThreshold()
java.lang.String
getVeridVersion()
-
-
-
Method Detail
-
getFaceDetectorVersion
public int getFaceDetectorVersion()
-
getConfidenceThreshold
public float getConfidenceThreshold()
-
getFaceTemplateExtractionThreshold
public float getFaceTemplateExtractionThreshold()
-
getAuthenticationThreshold
public float getAuthenticationThreshold()
-
getVeridVersion
public java.lang.String getVeridVersion()
-
-