ResultEvaluationService

@objc
public protocol ResultEvaluationService : AnyObject

Result evaluation service protocol

  • Add face detection result to be evaluated and receive a session result

    Declaration

    Swift

    @objc
    func addResult(_ result: FaceDetectionResult, image: VerIDImage, imageURL: URL?) -> ResultEvaluationStatus

    Parameters

    result

    Face detection result to be evaluated

    image

    Image from which the face detection result was produced

    imageURL

    Optional image URL writer used to persist the image

    Return Value

    Session result based on the evaluation of the face detection results added to the service