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

# recognizedPoints(_:)

Retrieves the recognized points associated with the joint group name.

## Declaration

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

## Parameters

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

## Return Value

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

## See Also

### Retrieving Points

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