---
title: "init(completionHandler:)"
framework: vision
role: symbol
role_heading: Initializer
path: "vision/vndetecthumanbodypose3drequest/init(completionhandler:)"
---

# init(completionHandler:)

Creates a new 3D body pose request with a completion handler.

## Declaration

```swift
init(completionHandler: VNRequestCompletionHandler? = nil)
```

## Parameters

- `completionHandler`: The block to invoke after the request finishes processing.

## See Also

### Initializing a Request

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