SybrinFacialRecognitionConfiguration
Last updated
Last updated
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.
public String getApplicationDirectory()
public
CameraFacing
getCameraFacing ()
public String getEnvironmentKey()
public String getLicense()
public boolean getOverlayBorderColor ()
public boolean getOverlayBorderThickness ()
public boolean getOverlayBrandingSubtitleColor ()
public boolean getOverlayBrandingSubtitleText ()
public boolean getOverlayBrandingTitleColor ()
public boolean getOverlayBrandingTitleText ()
public boolean getOverlayColor ()
public boolean getOverlayLabelTextColor ()
public boolean getOverlaySubLabelTextColor ()
public String[] getPermissions ()
public boolean getTorchButtonColor ()
public boolean isEnableTorchButton ()
public boolean saveImages ()
Nested classes
class
SybrinFacialRecognitionConfiguration.Builder
Builder for the immutable SybrinFacialRecognitionConfiguration class.
Public methods
String
String
String
int
int
int
String
int
String
int
int
int
String[]
int
boolean
boolean
Returns
String
The directory of the app consuming the SDK.
Returns
Which camera on the device is being used.
Returns
String
Key describing the SDK's environment variables.
Returns
String
The Sybrin Biometrics Android SDK License used by the SDK.
Returns
int
The color of the overlay border.
Returns
int
The thickness of the overlay border.
Returns
int
Color of the branding subtitle text.
Returns
String
The overlay branding subtitle text.
Returns
int
Color of the overlay branding title text.
Returns
String
The overlay branding title text.
Returns
int
Color of the overlay.
Returns
int
Color of the overlay label text.
Returns
int
Color of the overlay sub-label text.
Returns
String[]
Array containing permissions used by the SDK.
Returns
int
Color of the torch button.
Returns
boolean
Whether the torch button is visible or not.
Returns
boolean
Whether the SDK should save all captured images after facial recognition completion.