Class ResponseFaceAuthentication
-
- All Implemented Interfaces:
@Serializable() public final class ResponseFaceAuthentication
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classResponseFaceAuthentication.Companion
-
Field Summary
Fields Modifier and Type Field Description private final FaceAuthenticationOverallStatusoverallStatusStringprivate final IntegercaptureAttemptsLimitprivate final Stringcandidateprivate final FaceAuthenticationExceptionerrorpublic final static ResponseFaceAuthentication.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description ResponseFaceAuthentication(FaceAuthenticationOverallStatus overallStatusString, Integer captureAttemptsLimit, String candidate, FaceAuthenticationException error)
-
Method Summary
Modifier and Type Method Description final FaceAuthenticationOverallStatusgetOverallStatusString()final IntegergetCaptureAttemptsLimit()final StringgetCandidate()final FaceAuthenticationExceptiongetError()-
-
Constructor Detail
-
ResponseFaceAuthentication
ResponseFaceAuthentication(FaceAuthenticationOverallStatus overallStatusString, Integer captureAttemptsLimit, String candidate, FaceAuthenticationException error)
-
-
Method Detail
-
getOverallStatusString
final FaceAuthenticationOverallStatus getOverallStatusString()
-
getCaptureAttemptsLimit
final Integer getCaptureAttemptsLimit()
-
getCandidate
final String getCandidate()
-
getError
final FaceAuthenticationException getError()
-
-
-
-