---
title: "recognizedPoints(_:)"
framework: vision
role: symbol
role_heading: Instance Method
path: "vision/vnhumanbodyposeobservation/recognizedpoints(_:)"
---

# recognizedPoints(_:)

Retrieves the recognized points associated with the joint group name.

## Declaration

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

## Parameters

- `jointsGroupName`: The joint group name of the points to retrieve.

## Mentioned in

Detecting Human Body Poses in Images

## Return Value

Return Value The array of points associated with the joint group name.

## See Also

### Accessing Points

- [availableJointNames](vision/vnhumanbodyposeobservation/availablejointnames.md)
- [VNHumanBodyPoseObservation.JointName](vision/vnhumanbodyposeobservation/jointname.md)
- [availableJointsGroupNames](vision/vnhumanbodyposeobservation/availablejointsgroupnames.md)
- [VNHumanBodyPoseObservation.JointsGroupName](vision/vnhumanbodyposeobservation/jointsgroupname.md)
- [recognizedPoint(_:)](vision/vnhumanbodyposeobservation/recognizedpoint(_:).md)
