Class AuthenticationSessionResult
- java.lang.Object
-
- com.appliedrec.verid.core2.session.VerIDSessionResult
-
- com.appliedrec.verid.core2.session.AuthenticationSessionResult
-
- All Implemented Interfaces:
android.os.Parcelable
public class AuthenticationSessionResult extends VerIDSessionResult
-
-
Field Summary
-
Fields inherited from class com.appliedrec.verid.core2.session.VerIDSessionResult
CREATOR
-
-
Constructor Summary
Constructors Constructor Description AuthenticationSessionResult(VerIDSessionResult result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.Float>
getAuthenticationScoreThreshold()
java.util.Optional<VerIDFaceTemplateVersion>
getComparisonFaceTemplateVersion()
java.util.Optional<java.lang.Float>
getComparisonScore()
void
setAuthenticationScoreThreshold(float authenticationScoreThreshold)
void
setComparisonScore(float comparisonScore)
-
Methods inherited from class com.appliedrec.verid.core2.session.VerIDSessionResult
addFaceCapture, describeContents, equals, getError, getFaceCaptures, getFaceCaptures, getFaces, getFirstFaceCapture, getSessionDiagnostics, getSessionDuration, getSessionStartTime, getSpoofConfidenceScore, getVideoUri, hashCode, setError, setVideoUri, writeToParcel
-
-
-
-
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)
-
-