FaceDetectionFactory

@objc(VerIDFaceDetectionFactory)
public protocol FaceDetectionFactory

Face detection factory protocol

  • Create a face detection instance

    Throws

    Error if the creation fails

    Declaration

    Swift

    @objc
    func createFaceDetection() throws -> FaceDetection

    Return Value

    Instance of a class that implements the FaceDetection protocol