The discovered feature is a person’s face.
SDKs
- iOS 5.0+
- macOS 10.7+
- Mac Catalyst 13.0+
- tvOS 9.0+
Framework
- Core Image
Declaration
let CIFeatureTypeFace: String
Discussion
Use the CIFace
class to find more information about the detected feature.
The discovered feature is a person’s face.
SDKs
Framework
let CIFeatureTypeFace: String
Use the CIFace
class to find more information about the detected feature.
let CIFeature Type Rectangle: String
The discovered feature is a rectangular object, though it might appear in perspective in the image.
let CIFeature Type QRCode: String
The discovered feature is a Quick Response code (2D barcode).
let CIFeature Type Text: String
The discovered feature is a region likely to contain upright text.