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

# VisionResult.detectHumanHandPose(_:_:)

A result from performing a detect human hand pose request.

## Declaration

```swift
case detectHumanHandPose(DetectHumanHandPoseRequest, [HumanHandPoseObservation])
```

## See Also

### Getting the body and hand pose detection result

- [VisionResult.detectHumanBodyPose(_:_:)](vision/visionresult/detecthumanbodypose(_:_:).md)
- [VisionResult.detectHumanBodyPose3D(_:_:)](vision/visionresult/detecthumanbodypose3d(_:_:).md)
