MLKitImageLabelingCommon Framework Reference

  • The MLKitCompatibleImage protocol is used to identify images that are compatible with ML Kit.

  • Instead of implementing this protocol directly, developers should utilize the MLImage class to generate an MLKitCompatibleImage instance.

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