---
title: CIFeatureTypeFace
framework: coreimage
role: symbol
role_heading: Global Variable
path: coreimage/cifeaturetypeface
---

# CIFeatureTypeFace

A Core Image feature type for person’s face.

## Declaration

```swift
let CIFeatureTypeFace: String
```

## Discussion

Discussion To detect faces in an image or video, pass this to /CIDetector/detectorOfType:context:options: Use the CIFaceFeature class to find more information about the detected face.

## See Also

### Feature Types

- [CIFeatureTypeRectangle](coreimage/cifeaturetyperectangle.md)
- [CIFeatureTypeQRCode](coreimage/cifeaturetypeqrcode.md)
- [CIFeatureTypeText](coreimage/cifeaturetypetext.md)
