Page Summary
-
MLKitCompatibleImageis a protocol used to indicate images that are compatible with ML Kit. -
Users should utilize
MLImageto create anMLKitCompatibleImagerather than 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
Swift
protocol MLKitCompatibleImage : NSObjectProtocol