Page Summary
-
The
MLKCompatibleImageprotocol signifies images compatible with ML Kit, and developers should utilizeMLImageinstead of directly implementing this protocol. -
Developers should use
MLImageto create anMLKitCompatibleImagefor compatibility with ML Kit.
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
MLImageto create anMLKitCompatibleImage.Declaration
Objective-C
@protocol MLKCompatibleImage <NSObject>