ResultEvaluationServiceFactory
@objc
public protocol ResultEvaluationServiceFactory
Result evaluation service factory protocol
-
Create a result evaluation service
Declaration
Swift
@objc func makeResultEvaluationService(settings: VerIDSessionSettings) -> ResultEvaluationService
Parameters
settings
Session settings to use when evaluating the face detection results
Return Value
Instance of a class that conforms to the
ResultEvaluationService
protocol