MLKitPoseDetection Framework Reference

Stay organized with collections Save and categorize content based on your preferences.

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;