---
title: availableJointNames
framework: vision
role: symbol
role_heading: Instance Property
path: vision/vnhumanhandposeobservation/availablejointnames
---

# availableJointNames

The names of the available joints in the observation.

## Declaration

```swift
var availableJointNames: [VNHumanHandPoseObservation.JointName] { get }
```

## See Also

### Retrieving Points

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