FacialRecognizor.OnFailureListener
import com.sybrin.facialrecognition.FacialRecognizer
Summary
Public methods
Title
abstract void
onFailure(FacialRecognitionException fre)
Public methods
onFailure
public void onFailure(FacialRecognitionException fre)
Called when the facial recognition process fails.
Parameters
Title
fre
The exception that was thrown.
Last updated