MLKitTextRecognition Framework Reference

  • MLKTextRecognizer extends TextRecognizer to 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 utilize textRecognizer(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() -> Self

    Return Value

    A text recognizer for Latin-based languages.