FacialTrainer.OnFailureListener

import com.sybrin.facialrecognition.FacialTrainer

Summary

Public methods

​Title

abstract void

onFailure(FacialRecognitionException fre)

Public methods

onFailure

public void onFailure(FacialRecognitionException fre)

Called when the facial training process fails.

Parameters

​Title

fre

The exception that was thrown.

Last updated