---
title: DetectHumanBodyPose3DRequest
framework: vision
role: symbol
role_heading: Class
path: vision/detecthumanbodypose3drequest
---

# DetectHumanBodyPose3DRequest

A request that detects points on human bodies in 3D space, relative to the camera.

## Declaration

```swift
final class DetectHumanBodyPose3DRequest
```

## Overview

Overview This request generates a collection of HumanBodyPose3DObservation objects that describe the position of each body the request detects. If the system allows it, the request uses AVDepthData information to improve the accuracy.

## Topics

### Creating a request

- [init(_:frameAnalysisSpacing:)](vision/detecthumanbodypose3drequest/init(_:frameanalysisspacing:).md)

### Performing a request

- [perform(on:orientation:)](vision/imageprocessingrequest/perform(on:orientation:)-80bya.md)
- [perform(on:orientation:)](vision/imageprocessingrequest/perform(on:orientation:)-3f3f1.md)
- [perform(on:orientation:)](vision/imageprocessingrequest/perform(on:orientation:)-qxxx.md)
- [perform(on:orientation:)](vision/imageprocessingrequest/perform(on:orientation:)-xspx.md)
- [perform(on:orientation:)](vision/imageprocessingrequest/perform(on:orientation:)-3hddl.md)
- [perform(on:orientation:)](vision/imageprocessingrequest/perform(on:orientation:)-85ex1.md)

### Understanding the result

- [HumanBodyPose3DObservation](vision/humanbodypose3dobservation.md)

### Configuring a request

- [supportedJointNames](vision/detecthumanbodypose3drequest/supportedjointnames.md)
- [supportedJointsGroupNames](vision/detecthumanbodypose3drequest/supportedjointsgroupnames.md)

### Getting the revision

- [revision](vision/detecthumanbodypose3drequest/revision-swift.property.md)
- [supportedRevisions](vision/detecthumanbodypose3drequest/supportedrevisions.md)
- [DetectHumanBodyPose3DRequest.Revision](vision/detecthumanbodypose3drequest/revision-swift.enum.md)

## Relationships

### Conforms To

- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [ImageProcessingRequest](vision/imageprocessingrequest.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [StatefulRequest](vision/statefulrequest.md)
- [VisionRequest](vision/visionrequest.md)

## See Also

### Pose analysis

- [DetectAnimalBodyPoseRequest](vision/detectanimalbodyposerequest.md)
- [DetectHumanBodyPoseRequest](vision/detecthumanbodyposerequest.md)
- [DetectHumanHandPoseRequest](vision/detecthumanhandposerequest.md)
- [Supporting Pose Types](vision/supporting-pose-types.md)
