<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 11.0.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Vision",
  "identifier" : "/documentation/Vision/VNHumanBodyPoseObservation",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Vision"
    ],
    "preciseIdentifier" : "c:objc(cs)VNHumanBodyPoseObservation"
  },
  "title" : "VNHumanBodyPoseObservation"
}
-->

# VNHumanBodyPoseObservation

An observation that provides the body points the analysis recognized.

```
class VNHumanBodyPoseObservation
```

## Topics

### Accessing Points

[`availableJointNames`](/documentation/Vision/VNHumanBodyPoseObservation/availableJointNames)

The names of the available joints in the observation.

[`VNHumanBodyPoseObservation.JointName`](/documentation/Vision/VNHumanBodyPoseObservation/JointName)

The supported joint names for the body pose.

[`availableJointsGroupNames`](/documentation/Vision/VNHumanBodyPoseObservation/availableJointsGroupNames)

The available joint group names in the observation.

[`VNHumanBodyPoseObservation.JointsGroupName`](/documentation/Vision/VNHumanBodyPoseObservation/JointsGroupName)

The supported joint group names for the body pose.

[`recognizedPoint(_:)`](/documentation/Vision/VNHumanBodyPoseObservation/recognizedPoint(_:))

Retrieves the recognized point for a joint name.

[`recognizedPoints(_:)`](/documentation/Vision/VNHumanBodyPoseObservation/recognizedPoints(_:))

Retrieves the recognized points associated with the joint group name.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)