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?) -> ResultEvaluationStatusParameters
resultFace detection result to be evaluated
imageImage from which the face detection result was produced
imageURLOptional 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
ResultEvaluationService Protocol Reference