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

# recognizedPoint(_:)

Retrieves the recognized point for a joint name.

## Declaration

```swift
func recognizedPoint(_ jointName: VNHumanHandPoseObservation.JointName) throws -> VNRecognizedPoint
```

## Parameters

- `jointName`: The joint name of the point to retrieve.

## Return Value

Return Value The point for the joint 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)
- [recognizedPoints(_:)](vision/vnhumanhandposeobservation/recognizedpoints(_:).md)
