Strings used to declare the detector for which you are interested.
Framework
- Core Image
Strings used to declare the detector for which you are interested.
Framework
let CIDetector Type Face: String
A detector that searches for faces in a still image or video, returning CIFace
objects that provide information about detected faces.
let CIDetector Type Rectangle: String
A detector that searches for rectangular areas in a still image or video, returning CIRectangle
objects that provide information about detected regions.
let CIDetector Type QRCode: String
A detector that searches for Quick Response codes (a type of 2D barcode) in a still image or video, returning CIQRCode
objects that provide information about detected barcodes.
let CIDetector Type Text: String
A detector that searches for text in a still image or video, returning CIText
objects that provide information about detected regions.