<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreImage",
  "identifier" : "/documentation/CoreImage/CIFeatureTypeFace",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "Core Image"
    ],
    "preciseIdentifier" : "c:@CIFeatureTypeFace"
  },
  "title" : "CIFeatureTypeFace"
}
-->

# CIFeatureTypeFace

A Core Image feature type for person’s face.

```
let CIFeatureTypeFace: String
```

## Discussion

To detect faces in an image or video, pass this to `/CIDetector/detectorOfType:context:options:`

Use the [`CIFaceFeature`](/documentation/CoreImage/CIFaceFeature) class to find more information about the detected face.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)