---
title: VNDetectHumanBodyPose3DRequest
framework: vision
role: symbol
role_heading: Class
path: vision/vndetecthumanbodypose3drequest
---

# VNDetectHumanBodyPose3DRequest

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

## Declaration

```swift
class VNDetectHumanBodyPose3DRequest
```

## Mentioned in

Identifying 3D human body poses in images

## Overview

Overview This request generates a collection of VNHumanBodyPose3DObservation 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

### Initializing a Request

- [init()](vision/vndetecthumanbodypose3drequest/init().md)
- [init(completionHandler:)](vision/vndetecthumanbodypose3drequest/init(completionhandler:).md)

### Determining Supported Joints

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

### Accessing the Results

- [results](vision/vndetecthumanbodypose3drequest/results.md)

## Relationships

### Inherits From

- [VNStatefulRequest](vision/vnstatefulrequest.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### 3D body pose detection

- [Identifying 3D human body poses in images](vision/identifying-3d-human-body-poses-in-images.md)
- [Detecting human body poses in 3D with Vision](vision/detecting-human-body-poses-in-3d-with-vision.md)
- [VNHumanBodyPose3DObservation](vision/vnhumanbodypose3dobservation.md)
- [VNRecognizedPoints3DObservation](vision/vnrecognizedpoints3dobservation.md)
- [VNHumanBodyRecognizedPoint3D](vision/vnhumanbodyrecognizedpoint3d.md)
- [VNPoint3D](vision/vnpoint3d.md)
- [VNRecognizedPoint3D](vision/vnrecognizedpoint3d.md)
- [VNHumanBodyPose3DObservation.JointName](vision/vnhumanbodypose3dobservation/jointname.md)
- [VNHumanBodyPose3DObservation.JointsGroupName](vision/vnhumanbodypose3dobservation/jointsgroupname.md)
