Class AuthenticationSessionResult

  • All Implemented Interfaces:
    android.os.Parcelable

    public class AuthenticationSessionResult
    extends VerIDSessionResult
    • Constructor Detail

      • AuthenticationSessionResult

        public AuthenticationSessionResult​(VerIDSessionResult result)
    • Method Detail

      • getComparisonFaceTemplateVersion

        public java.util.Optional<VerIDFaceTemplateVersion> getComparisonFaceTemplateVersion()
      • getComparisonScore

        public java.util.Optional<java.lang.Float> getComparisonScore()
      • setComparisonScore

        public void setComparisonScore​(float comparisonScore)
      • getAuthenticationScoreThreshold

        public java.util.Optional<java.lang.Float> getAuthenticationScoreThreshold()
      • setAuthenticationScoreThreshold

        public void setAuthenticationScoreThreshold​(float authenticationScoreThreshold)