MLKitPoseDetectionAccurate 框架参考

MLKAccuratePoseDetectorOptions


@interface MLKAccuratePoseDetectorOptions : MLKCommonPoseDetectorOptions

用于指定姿势检测器的指定选项,该模型具有更准确但模型规模更大、速度更慢的模型。

  • 创建新实例。

    声明

    Objective-C

    - (nonnull instancetype)init;