MLKitTextRecognitionCommon Framework Reference

  • The MLKCompatibleImage protocol signifies images compatible with ML Kit, and developers should utilize MLImage for creation instead of direct implementation.

  • Developers should not directly implement the MLKCompatibleImage protocol but rather use MLImage to create compatible images.

Protocols

The following protocols are available globally.

  • A protocol for indicating images that are compatible with ML Kit.

    Don’t implement this protocol yourself; instead, use MLImage to create an MLKitCompatibleImage.

    Declaration

    Objective-C

    @protocol MLKCompatibleImage <NSObject>