Contents

recognizedPoints(_:)

Retrieves the recognized points associated with the joint group name.

Declaration

func recognizedPoints(_ jointsGroupName: VNHumanBodyPoseObservation.JointsGroupName) throws -> [VNHumanBodyPoseObservation.JointName : VNRecognizedPoint]

Parameters

  • jointsGroupName:

    The joint group name of the points to retrieve.

Mentioned in

Return Value

The array of points associated with the joint group name.

See Also

Accessing Points