Presence Detection
Performs a real time user presence detection by scanning the user face features.
Parameter
Description
callback: ProcessCallback
Process callback.
customization: Face06Customization?
The presence detector view customizations.
Implementation example
Callback params
status: Bool
Determines if the user was detected successfully.
processing: Bool
Determines when the SDK is uploading and validating the scanned user photo.
error: Errors?
Errors associated enum.
Was this helpful?