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

# VisionResult.detectHumanBodyPose3D(_:_:)

A result from performing a 3D detect human body pose request.

## Declaration

```swift
case detectHumanBodyPose3D(DetectHumanBodyPose3DRequest, [HumanBodyPose3DObservation])
```

## See Also

### Getting the body and hand pose detection result

- [VisionResult.detectHumanBodyPose(_:_:)](vision/visionresult/detecthumanbodypose(_:_:).md)
- [VisionResult.detectHumanHandPose(_:_:)](vision/visionresult/detecthumanhandpose(_:_:).md)
