CIFeatureTypeText
A Core Image feature type for text.
Declaration
let CIFeatureTypeText: StringDiscussion
To detect text in an image or video, pass this to /CIDetector/detectorOfType:context:options:
Use the CITextFeature class to find more information about the detected text.