MLKitPoseDetection Framework Reference

  • MLKPoseDetectorOptions configures a pose detector prioritizing speed and smaller size over accuracy.

  • The detector is suitable for applications where performance is paramount and slight compromises in accuracy are acceptable.

  • Using the designated initializer init you can create an instance of these options.

MLKPoseDetectorOptions


@interface MLKPoseDetectorOptions : MLKCommonPoseDetectorOptions

Options for specifying a default pose detector which has a smaller size and runs faster than the accurate model.

  • Creates a new instance.

    Declaration

    Objective-C

    - (nonnull instancetype)init;