MLKitPoseDetection Framework Reference

  • PoseDetectorOptions provide a faster and smaller pose detection model compared to the accurate model.

  • The class offers an initializer to create a new instance of the options.

PoseDetectorOptions

class PoseDetectorOptions : CommonPoseDetectorOptions

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

  • Creates a new instance.

    Declaration

    Swift

    init()