Page Summary
-
The
MLKitCompatibleImageprotocol signifies images compatible with ML Kit for use in various machine learning tasks. -
Developers should utilize the
MLImageclass to create instances ofMLKitCompatibleImageinstead of implementing the protocol directly.
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
Swift
protocol MLKitCompatibleImage : NSObjectProtocol