---
title: VNDetectHumanBodyPoseRequest
framework: vision
role: symbol
role_heading: Class
path: vision/vndetecthumanbodyposerequest
---

# VNDetectHumanBodyPoseRequest

A request that detects a human body pose.

## Declaration

```swift
class VNDetectHumanBodyPoseRequest
```

## Mentioned in

Detecting Human Body Poses in Images

## Overview

Overview The framework provides the detected body pose as a VNHumanBodyPoseObservation.

## Topics

### Determining Supported Joints

- [supportedJointNames](vision/vndetecthumanbodyposerequest/supportedjointnames.md)
- [supportedJointNames(forRevision:)](vision/vndetecthumanbodyposerequest/supportedjointnames(forrevision:).md)
- [supportedJointsGroupNames](vision/vndetecthumanbodyposerequest/supportedjointsgroupnames.md)
- [supportedJointsGroupNames(forRevision:)](vision/vndetecthumanbodyposerequest/supportedjointsgroupnames(forrevision:).md)

### Accessing the Results

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

### Identifying Body Pose Revisions

- [VNDetectHumanBodyPoseRequestRevision1](vision/vndetecthumanbodyposerequestrevision1.md)

## Relationships

### Inherits From

- [VNImageBasedRequest](vision/vnimagebasedrequest.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

### 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)
- [VNDetectHumanHandPoseRequest](vision/vndetecthumanhandposerequest.md)
- [VNRecognizedPointsObservation](vision/vnrecognizedpointsobservation.md)
- [VNHumanBodyPoseObservation](vision/vnhumanbodyposeobservation.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)
