FacialComparator

import com.sybrin.facecomparison.FacialComparator

Summary

Public methods

addOnFailureListener

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

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

addOnSuccessListener

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

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

Last updated