---
title: "VisionResult.detectHumanBodyPose(_:_:)"
framework: vision
role: symbol
role_heading: Case
path: "vision/visionresult/detecthumanbodypose(_:_:)"
---

# VisionResult.detectHumanBodyPose(_:_:)

A result from performing a detect human body pose request.

## Declaration

```swift
case detectHumanBodyPose(DetectHumanBodyPoseRequest, [HumanBodyPoseObservation])
```

## See Also

### Getting the body and hand pose detection result

- [VisionResult.detectHumanHandPose(_:_:)](vision/visionresult/detecthumanhandpose(_:_:).md)
- [VisionResult.detectHumanBodyPose3D(_:_:)](vision/visionresult/detecthumanbodypose3d(_:_:).md)
