SybrinFacialRecognitionConfiguration
import com.sybrin.facialrecognition.SybrinFacialRecognitionConfiguration
Provides an immutable reference to a configuration module used to control the look, feel, and behavior of the Sybrin Biometrics Android SDK Facial Recognition component.
In depth explanations and examples of how the SybrinFacialRecognitionConfiguration impacts the look, feel, and behavior of the Sybrin Identity Android SDK can be found within its Builder class.
Summary
Public methods
getApplicationDirectory
public String getApplicationDirectory()
getCameraFacing
public
CameraFacing
getCameraFacing ()
getCapturedImageCountForTraining
public String
getCapturedImageCountForTraining()
Specifies the number of images captured for training on facial recognition.
getCustomAuthorizationToken
public String
getCustomAuthorizationToken()
Specifies a custom authorization token to be used during the online calls within the SDK.
getEnvironmentKey
public String getEnvironmentKey()
getLanguage
public Language getLanguage()
getLicense
public String getLicense()
getOverlayBorderColor
public boolean getOverlayBorderColor ()
getOverlayBorderThickness
public boolean getOverlayBorderThickness ()
getOverlayBrandingSubtitleColor
public boolean getOverlayBrandingSubtitleColor ()
getOverlayBrandingSubtitleText
public boolean getOverlayBrandingSubtitleText ()
getOverlayBrandingTitleColor
public boolean getOverlayBrandingTitleColor ()
getOverlayBrandingTitleText
public boolean getOverlayBrandingTitleText ()
getOverlayColor
public boolean getOverlayColor ()
getOverlayLabelTextColor
public boolean getOverlayLabelTextColor ()
getOverlaySubLabelTextColor
public boolean getOverlaySubLabelTextColor ()
getPermissions
public String[] getPermissions ()
getTorchButtonColor
public boolean getTorchButtonColor ()
isEnableTorchButton
public boolean isEnableTorchButton ()
saveImages
public boolean saveImages ()
Last updated