---
title: "init(_:)"
framework: createmlcomponents
role: symbol
role_heading: Initializer
path: "createmlcomponents/pose/init(_:)"
---

# init(_:)

Creates a pose from a body or hand pose observation.

## Declaration

```swift
init(_ observation: VNRecognizedPointsObservation) throws
```

## Parameters

- `observation`: Recognized points observation that comes from either a body pose or hand pose request.

## See Also

### Creating a pose

- [init(from:)](createmlcomponents/pose/init(from:)-8rvl5.md)
