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

# recognizedPoint(_:)

Retrieves the recognized point for a joint name.

## Declaration

```swift
func recognizedPoint(_ jointName: VNHumanBodyPoseObservation.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

### Accessing Points

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