FacialTrainer

import com.sybrin.facialrecognition.FacialTrainer

Summary

Public methods

addOnCancelListener

public FacialTrainer<T> addOnCancelListener (FacialTrainer.OnCancelListener onCancelListener)

Subscribes to a callback that will fire when the SDK's facial training process is canceled.

Parameters

onCancelListener

Returns

This value cannot be null.

addOnFailureListener

public FacialTrainer<T> addOnFailureListener(FacialTrainer.onFailureListener onFailureListener)

Subscribes to a callback that will fire when the SDK's facial training process fails and throws an exception.

Parameters

onFailureListener

Returns

This value cannot be null.

addOnSuccessListener

public FacialTrainer<T> addOnSuccessListener(FacialTrainer.OnSuccessListener<T> onSuccessListener)

Subscribes to a callback that will fire when the SDK's facial training process succeeds.

Parameters

onSuccessListener

Returns

This value cannot be null.

Last updated