VerIDFaceDetectionService

@objc
open class VerIDFaceDetectionService : NSObject, FaceDetectionService

Ver-ID SDK’s implementation of the face detection service protocol

  • Image processors to use when preparing images for face detection

    Since

    1.5.0

    Declaration

    Swift

    @available(*, deprecated, message: "Set on VerIDFaceDetectionRecognitionFactory instead")
    @objc
    public var imageProcessors: [ImageProcessorService] { get set }
  • Detect face in image

    Declaration

    Swift

    @objc
    open func detectFaceInImage(_ image: VerIDImage) -> FaceDetectionResult

    Parameters

    image

    Image in which to detect the face

    Return Value

    Face detection result

  • Requested bearing

    Declaration

    Swift

    @objc
    open var requestedBearing: Bearing { get set }