Type Definitions
The following type definitions are available globally.
-
The facial contours.
Declaration
Swift
struct FaceContourType : _ObjectiveCBridgeable, Hashable, Equatable, _SwiftNewtypeWrapper, RawRepresentable
-
A block containing an array of faces or
nil
if there’s an error.Declaration
Swift
typealias FaceDetectionCallback = ([MLKFace]?, Error?) -> Void
Parameters
faces
Array of faces detected in the image or
nil
if there was an error.error
The error or
nil
. -
@enum FaceDetectorClassificationMode Classification mode for face detection.
Declaration
Swift
struct FaceDetectorClassificationMode : _ObjectiveCBridgeable, Hashable, Equatable, _SwiftNewtypeWrapper, RawRepresentable
-
@enum FaceDetectorPerformanceMode Performance preference for accuracy or speed of face detection.
Declaration
Swift
struct FaceDetectorPerformanceMode : _ObjectiveCBridgeable, Hashable, Equatable, _SwiftNewtypeWrapper, RawRepresentable
-
@enum FaceDetectorLandmarkMode Landmark detection mode for face detection.
Declaration
Swift
struct FaceDetectorLandmarkMode : _ObjectiveCBridgeable, Hashable, Equatable, _SwiftNewtypeWrapper, RawRepresentable
-
@enum FaceDetectorContourMode Contour detection mode for face detection.
Declaration
Swift
struct FaceDetectorContourMode : _ObjectiveCBridgeable, Hashable, Equatable, _SwiftNewtypeWrapper, RawRepresentable
-
The facial landmarks.
Declaration
Swift
struct FaceLandmarkType : _ObjectiveCBridgeable, Hashable, Equatable, _SwiftNewtypeWrapper, RawRepresentable