Class ResponseFaceAuthentication
-
- All Implemented Interfaces:
@Serializable() public final class ResponseFaceAuthentication
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
ResponseFaceAuthentication.Companion
-
Field Summary
Fields Modifier and Type Field Description private final FaceAuthenticationOverallStatus
overallStatusString
private final Integer
captureAttemptsLimit
private final String
candidate
private final FaceAuthenticationException
error
public final static ResponseFaceAuthentication.Companion
Companion
-
Constructor Summary
Constructors Constructor Description ResponseFaceAuthentication(FaceAuthenticationOverallStatus overallStatusString, Integer captureAttemptsLimit, String candidate, FaceAuthenticationException error)
-
Method Summary
Modifier and Type Method Description final FaceAuthenticationOverallStatus
getOverallStatusString()
final Integer
getCaptureAttemptsLimit()
final String
getCandidate()
final FaceAuthenticationException
getError()
-
-
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()
-
-
-
-