MLKitPoseDetectionCommon Framework Reference

  • The MLKitCompatibleImage protocol identifies images that are compatible with ML Kit.

  • Developers should use MLImage to create an MLKitCompatibleImage instead 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 MLImage to create an MLKitCompatibleImage.

    Declaration

    Swift

    protocol MLKitCompatibleImage : NSObjectProtocol