leftEyeClosed
A Boolean value that indicates whether a closed left eye is detected in the face.
Declaration
var leftEyeClosed: Bool { get }Discussion
To detect closed eyes, /CIDetector/featuresInImage:options: needs to be called with the CIDetectorEyeBlink option set to true.