Contents

recognizedPoint(_:)

Retrieves the recognized point for a joint name.

Declaration

func recognizedPoint(_ jointName: VNHumanBodyPoseObservation.JointName) throws -> VNRecognizedPoint

Parameters

  • jointName:

    The joint name of the point to retrieve.

Return Value

The point for the joint name.

See Also

Accessing Points