SessionOperationDelegate

@objc
public protocol SessionOperationDelegate : AnyObject

Session operation delegate protocol

  • Called periodically when the session operation outputs a session result after evaluating face detection result

    Note

    This method is called periodically after each face detection completes. You can use the results to update the GUI but wait for the session operation to finish to present the final session result to the user.

    Declaration

    Swift

    @objc
    func operationDidOutputSessionResult(_ result: VerIDSessionResult, fromFaceDetectionResult faceDetectionResult: FaceDetectionResult)

    Parameters

    result

    Session result after evaluating face detection result

    faceDetectionResult

    Face detection result that was used to generate the session result