Class EnvironmentSettings


  • public class EnvironmentSettings
    extends java.lang.Object
    • Constructor Detail

      • EnvironmentSettings

        public EnvironmentSettings​(int faceDetectorVersion,
                                   float confidenceThreshold,
                                   float faceTemplateExtractionThreshold,
                                   float authenticationThreshold,
                                   java.lang.String veridVersion)
    • Method Detail

      • getFaceDetectorVersion

        public int getFaceDetectorVersion()
      • getConfidenceThreshold

        public float getConfidenceThreshold()
      • getFaceTemplateExtractionThreshold

        public float getFaceTemplateExtractionThreshold()
      • getAuthenticationThreshold

        public float getAuthenticationThreshold()
      • getVeridVersion

        public java.lang.String getVeridVersion()