Contents

recognizedPoint(_:)

Returns the point for a joint name that the observation recognizes.

Declaration

func recognizedPoint(_ jointName: VNHumanBodyPose3DObservation.JointName) throws -> VNHumanBodyRecognizedPoint3D

Parameters

  • jointName:

    The joint name to retrieve.

Return Value

The point for the joint name.

See Also

Accessing Points