VerIDResultEvaluationServiceFactory
@objc
public class VerIDResultEvaluationServiceFactory : NSObject, ResultEvaluationServiceFactory
Ver-ID SDK’s implementation of the ResultEvaluationServiceFactory protocol
-
Ver-ID environment to use when evaluating the face detection results
Declaration
Swift
@objc public let environment: VerID -
Constructor
Declaration
Swift
@objc public init(environment: VerID)Parameters
environmentVer-ID environment to use when evaluating the face detection results
-
Creates result evaluation service based on the session settings
Declaration
Swift
@objc public func makeResultEvaluationService(settings: VerIDSessionSettings) -> ResultEvaluationServiceParameters
settingsSession settings
Return Value
Result evaluation service. The type of service will depend on the type of session settings, e.g.,
RegistrationSessionSettingswill createVerIDRegistrationEvaluationService.
VerIDResultEvaluationServiceFactory Class Reference