Package com.incode.welcome_sdk.modules
Class SelfieScan
-
- All Implemented Interfaces:
public class SelfieScan extends BaseModule
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
SelfieScan.Mode
public enum
SelfieScan.FaceRecognitionMode
public enum
SelfieScan.LivenessDetectionMode
public enum
SelfieScan.FaceAuthMode
public final class
SelfieScan.Builder
-
Field Summary
Fields Modifier and Type Field Description public final static float
NO_RESULT
public final static float
RECOGNITION_FAIL_RESULT
public final String
configurationId
public final SelfieScan.Mode
mode
public final SelfieScan.LivenessDetectionMode
livenessDetectionMode
public final float
brightnessThreshold
public final String
customerToken
public final String
customerUUID
public SelfieScan.FaceRecognitionMode
faceRecognitionMode
public final SelfieScan.FaceAuthMode
faceAuthMode
public final int
cameraFacing
public final int
autoCaptureTimeout
public final int
captureAttempts
public final int
logoResId
public final Modules
name
-
Method Summary
Modifier and Type Method Description String
getConfigurationId()
SelfieScan.Mode
getMode()
SelfieScan.LivenessDetectionMode
getLivenessDetectionMode()
float
getBrightnessThreshold()
String
getCustomerToken()
String
getCustomerUUID()
SelfieScan.FaceRecognitionMode
getFaceRecognitionMode()
SelfieScan.FaceAuthMode
getFaceAuthMode()
int
getCameraFacing()
int
getAutoCaptureTimeout()
int
getCaptureAttempts()
int
getLogoResId()
boolean
isShowTutorials()
boolean
isWaitForTutorials()
boolean
isClosedEyesCheckEnabled()
boolean
isLensesCheckEnabled()
boolean
isMaskCheckEnabled()
boolean
isBrightnessCheckEnabled()
boolean
isLogAuthenticationEnabled()
boolean
isAllowFaceAuthModeFallback()
boolean
isStreamFramesEnabled()
boolean
isStreamAudioEnabled()
boolean
isAgeAssuranceUXEnabled()
void
verifyConfiguration(List<Modules> modules)
-
-
Method Detail
-
getConfigurationId
String getConfigurationId()
-
getMode
SelfieScan.Mode getMode()
-
getLivenessDetectionMode
SelfieScan.LivenessDetectionMode getLivenessDetectionMode()
-
getBrightnessThreshold
float getBrightnessThreshold()
-
getCustomerToken
@Deprecated() String getCustomerToken()
-
getCustomerUUID
String getCustomerUUID()
-
getFaceRecognitionMode
@Deprecated() SelfieScan.FaceRecognitionMode getFaceRecognitionMode()
-
getFaceAuthMode
SelfieScan.FaceAuthMode getFaceAuthMode()
-
getCameraFacing
int getCameraFacing()
-
getAutoCaptureTimeout
int getAutoCaptureTimeout()
-
getCaptureAttempts
int getCaptureAttempts()
-
getLogoResId
@DrawableRes() int getLogoResId()
-
isShowTutorials
boolean isShowTutorials()
-
isWaitForTutorials
boolean isWaitForTutorials()
-
isClosedEyesCheckEnabled
boolean isClosedEyesCheckEnabled()
-
isLensesCheckEnabled
boolean isLensesCheckEnabled()
-
isMaskCheckEnabled
boolean isMaskCheckEnabled()
-
isBrightnessCheckEnabled
boolean isBrightnessCheckEnabled()
-
isLogAuthenticationEnabled
boolean isLogAuthenticationEnabled()
-
isAllowFaceAuthModeFallback
boolean isAllowFaceAuthModeFallback()
-
isStreamFramesEnabled
boolean isStreamFramesEnabled()
-
isStreamAudioEnabled
boolean isStreamAudioEnabled()
-
isAgeAssuranceUXEnabled
boolean isAgeAssuranceUXEnabled()
-
verifyConfiguration
void verifyConfiguration(List<Modules> modules)
-
-
-
-