MLKitBarcodeScanning Framework Reference

  • The MLKCompatibleImage protocol signifies images that are compatible with ML Kit, and developers should utilize MLImage to create an MLKitCompatibleImage instead of implementing the protocol themselves.

  • This protocol is declared in Objective-C and is used to indicate compatibility with ML Kit's image processing capabilities.

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>