Package com.incode.welcome_sdk.modules
Class FaceAuthentication
-
- All Implemented Interfaces:
public final class FaceAuthentication extends BaseModule
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
FaceAuthentication.Builder
-
Field Summary
Fields Modifier and Type Field Description private final Boolean
showTutorials
private final Integer
autoCaptureTimeout
private final Integer
captureAttempts
private final Boolean
eyesClosedCheckEnabled
private final Boolean
headCoverCheckEnabled
private final Boolean
lensesCheckEnabled
private final Boolean
maskCheckEnabled
private final Modules
name
-
Method Summary
Modifier and Type Method Description final Boolean
getShowTutorials()
final Integer
getAutoCaptureTimeout()
final Integer
getCaptureAttempts()
final Boolean
getEyesClosedCheckEnabled()
final Boolean
getHeadCoverCheckEnabled()
final Boolean
getLensesCheckEnabled()
final Boolean
getMaskCheckEnabled()
-
-
Method Detail
-
getShowTutorials
final Boolean getShowTutorials()
-
getAutoCaptureTimeout
final Integer getAutoCaptureTimeout()
-
getCaptureAttempts
final Integer getCaptureAttempts()
-
getEyesClosedCheckEnabled
final Boolean getEyesClosedCheckEnabled()
-
getHeadCoverCheckEnabled
final Boolean getHeadCoverCheckEnabled()
-
getLensesCheckEnabled
final Boolean getLensesCheckEnabled()
-
getMaskCheckEnabled
final Boolean getMaskCheckEnabled()
-
-
-
-