AI-generated Key Takeaways
-
The
MLKCompatibleImageprotocol signifies images that are compatible with ML Kit for use in machine learning tasks. -
Developers should utilize
MLImageto create anMLKitCompatibleImageinstead of implementing the protocol themselves.
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>