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 classFaceAuthentication.Builder
-
Field Summary
Fields Modifier and Type Field Description private final BooleanshowTutorialsprivate final IntegerautoCaptureTimeoutprivate final IntegercaptureAttemptsprivate final BooleaneyesClosedCheckEnabledprivate final BooleanheadCoverCheckEnabledprivate final BooleanlensesCheckEnabledprivate final BooleanmaskCheckEnabledprivate final Modulesnameprivate final BooleanisNonUiMode
-
Method Summary
Modifier and Type Method Description final BooleangetShowTutorials()final IntegergetAutoCaptureTimeout()final IntegergetCaptureAttempts()final BooleangetEyesClosedCheckEnabled()final BooleangetHeadCoverCheckEnabled()final BooleangetLensesCheckEnabled()final BooleangetMaskCheckEnabled()-
-
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()
-
-
-
-