Contents

CIFeatureTypeText

A Core Image feature type for text.

Declaration

let CIFeatureTypeText: String

Discussion

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.

See Also

Feature Types