MLKitPoseDetectionAccurate Framework Reference

  • AccuratePoseDetectorOptions allow for pose detection with higher accuracy but at the cost of increased model size and slower processing speed.

  • These options inherit from CommonPoseDetectorOptions and can be initialized with a simple init() call in Swift.

AccuratePoseDetectorOptions

class AccuratePoseDetectorOptions : CommonPoseDetectorOptions

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

  • Creates a new instance.

    Declaration

    Swift

    init()