---
title: VNHumanBodyPoseObservation
framework: vision
role: symbol
role_heading: Class
path: vision/vnhumanbodyposeobservation
---

# VNHumanBodyPoseObservation

An observation that provides the body points the analysis recognized.

## Declaration

```swift
class VNHumanBodyPoseObservation
```

## Mentioned in

Detecting Human Body Poses in Images

## Topics

### Accessing Points

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

## Relationships

### Inherits From

- [VNRecognizedPointsObservation](vision/vnrecognizedpointsobservation.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)
- [VNRequestRevisionProviding](vision/vnrequestrevisionproviding.md)

## See Also

### Body and hand pose detection

- [Detecting Human Body Poses in Images](vision/detecting-human-body-poses-in-images.md)
- [Detecting Hand Poses with Vision](vision/detecting-hand-poses-with-vision.md)
- [VNDetectHumanBodyPoseRequest](vision/vndetecthumanbodyposerequest.md)
- [VNDetectHumanHandPoseRequest](vision/vndetecthumanhandposerequest.md)
- [VNRecognizedPointsObservation](vision/vnrecognizedpointsobservation.md)
- [VNHumanHandPoseObservation](vision/vnhumanhandposeobservation.md)
- [VNPoint](vision/vnpoint.md)
- [VNDetectedPoint](vision/vndetectedpoint.md)
- [VNRecognizedPoint](vision/vnrecognizedpoint.md)
- [VNRecognizedPointKey](vision/vnrecognizedpointkey.md)
- [VNRecognizedPointGroupKey](vision/vnrecognizedpointgroupkey.md)
