MLKitPoseDetectionAccurate Framework Reference

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

  • This option utilizes larger and slower models compared to other pose detector options, resulting in more precise pose estimations.

  • You can create an instance of MLKAccuratePoseDetectorOptions using the init method.

MLKAccuratePoseDetectorOptions


@interface MLKAccuratePoseDetectorOptions : MLKCommonPoseDetectorOptions

Options for specifying a pose detector with more accurate, but larger and slower models.

  • Creates a new instance.

    Declaration

    Objective-C

    - (nonnull instancetype)init;