---
title: rightEyeClosed
framework: coreimage
role: symbol
role_heading: Instance Property
path: coreimage/cifacefeature/righteyeclosed-swift.property
---

# rightEyeClosed

A Boolean value that indicates whether a closed right eye is detected in the face.

## Declaration

```swift
var rightEyeClosed: Bool { get }
```

## Discussion

Discussion To detect closed eyes, /CIDetector/featuresInImage:options: needs to be called with the CIDetectorEyeBlink option set to true.

## See Also

### Identifying Facial Features

- [hasLeftEyePosition](coreimage/cifacefeature/haslefteyeposition-swift.property.md)
- [hasRightEyePosition](coreimage/cifacefeature/hasrighteyeposition-swift.property.md)
- [hasMouthPosition](coreimage/cifacefeature/hasmouthposition-swift.property.md)
- [leftEyePosition](coreimage/cifacefeature/lefteyeposition-swift.property.md)
- [rightEyePosition](coreimage/cifacefeature/righteyeposition-swift.property.md)
- [mouthPosition](coreimage/cifacefeature/mouthposition-swift.property.md)
- [hasSmile](coreimage/cifacefeature/hassmile-swift.property.md)
- [leftEyeClosed](coreimage/cifacefeature/lefteyeclosed-swift.property.md)
