Page Summary
-
MLKTextRecognizerextendsTextRecognizerto offer default text recognition for Latin-based languages. -
The
textRecognizer()method, now deprecated, was previously used to obtain a Latin-language text recognizer, and developers should now utilizetextRecognizer(options:)instead.
MLKTextRecognizer(Latin)
Extensions to TextRecognizer to provide a default text recognizer for Latin-based languages.
-
DEPRECATED. Use
textRecognizer(options:)instead.Returns a text recognizer for Latin-based languages.
Declaration
Swift
class func textRecognizer() -> SelfReturn Value
A text recognizer for Latin-based languages.