FaceDetectionService
@objc
public protocol FaceDetectionService : AnyObject
Face detection service protocol
-
Detect a face in image
Declaration
Swift
@objc func detectFaceInImage(_ image: VerIDImage) -> FaceDetectionResultParameters
imageImage in which to detect a face
Return Value
Face detection result
-
Requested bearing
Declaration
Swift
@objc var requestedBearing: Bearing { get set } -
Image processors to use when preparing images for face detection
Since
1.5.0Declaration
Swift
@objc var imageProcessors: [ImageProcessorService] { get set }
FaceDetectionService Protocol Reference