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