Interface UserIdentificationCallbacks

    • Method Detail

      • onProgress

        default void onProgress​(@FloatRange(from=0.0,to=1.0)
                                double progress)
        Called when user identification task progresses
        Parameters:
        progress - Progress of the user identification task
      • onComplete

        void onComplete​(IdentifiedFace[] identifiedFaces)
        Called when user identification completes
        Parameters:
        identifiedFaces - Identified faces
      • onError

        void onError​(java.lang.Throwable error)
        Called when user identification fails
        Parameters:
        error - Cause of the failure