---
title: HumanBodyPoseObservation
framework: vision
role: symbol
role_heading: Structure
path: vision/humanbodyposeobservation
---

# HumanBodyPoseObservation

An observation that provides the body points the analysis recognizes.

## Declaration

```swift
struct HumanBodyPoseObservation
```

## Topics

### Creating an observation

- [init(_:)](vision/humanbodyposeobservation/init(_:).md)

### Inspecting an observation

- [RequestDescriptor](vision/requestdescriptor.md)
- [leftHand](vision/humanbodyposeobservation/lefthand.md)
- [rightHand](vision/humanbodyposeobservation/righthand.md)
- [HumanHandPoseObservation](vision/humanhandposeobservation.md)
- [keypoints](vision/humanbodyposeobservation/keypoints.md)

### Getting the joints

- [HumanBodyPoseObservation.JointsGroupName](vision/humanbodyposeobservation/jointsgroupname.md)
- [HumanBodyPoseObservation.JointName](vision/humanbodyposeobservation/jointname.md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [PoseProviding](vision/poseproviding.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [VisionObservation](vision/visionobservation.md)
