MLKitBarcodeScanning Framework Reference

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

  • These protocols are accessible globally for seamless integration within your projects.

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

    Swift

    protocol MLKitCompatibleImage : NSObjectProtocol