FacialRecognizor
import com.sybrin.facialrecognition.FacialRecognizer
Summary
Nested classes
interface
interface
interface
Public methods
Public methods
addOnCancelListener
public
FacialRecognizor
<T> addOnCancelListener (
FacialRecognizor.OnCancelListener
onCancelListener)
Subscribes to a callback that will fire when the SDK's facial recognition process is canceled.
Parameters
onCancelListener
Returns
This value cannot be null
.
addOnFailureListener
public
FacialRecognizor
<T> addOnFailureListener(
FacialRecognizor.onFailureListener
onFailureListener)
Subscribes to a callback that will fire when the SDK's facial recognition process fails and throws an exception.
Parameters
onFailureListener
Returns
This value cannot be null
.
addOnSuccessListener
public
FacialRecognizor
<T> addOnSuccessListener(
FacialRecognizor.OnSuccessListener
<T> onSuccessListener)
Subscribes to a callback that will fire when the SDK's facial recognition process succeeds.
Parameters
onSuccessListener
Returns
This value cannot be null
.
Last updated