---
title: "applied(to:eventHandler:)"
framework: createmlcomponents
role: symbol
role_heading: Instance Method
path: "createmlcomponents/poseselector/applied(to:eventhandler:)"
---

# applied(to:eventHandler:)

Select a pose if multiple poses are detected on the same frame.

## Declaration

```swift
func applied(to input: [Pose], eventHandler: EventHandler? = nil) -> Pose
```

## Parameters

- `input`: An array of poses.
- `eventHandler`: An event handler.

## Return Value

Return Value A selected pose based on the strategy.
