<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CreateMLComponents",
  "identifier" : "/documentation/CreateMLComponents/PoseSelectionStrategy",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Create ML Components"
    ],
    "preciseIdentifier" : "s:18CreateMLComponents21PoseSelectionStrategyO"
  },
  "title" : "PoseSelectionStrategy"
}
-->

# PoseSelectionStrategy

Pose selection strategy.

```
enum PoseSelectionStrategy
```

## Topics

### Selection strategies

[`case maximumBoundingBoxArea`](/documentation/CreateMLComponents/PoseSelectionStrategy/maximumBoundingBoxArea)

The strategy to choose a pose with the maximum bounding box area.

[`case highestJointLocation`](/documentation/CreateMLComponents/PoseSelectionStrategy/highestJointLocation)

The strategy to choose a pose where a joint in it has the higest y coordinate location.

[`case leftmostJointLocation`](/documentation/CreateMLComponents/PoseSelectionStrategy/leftmostJointLocation)

The strategy to choose a pose where a joint in it has the leftmost x coordinate location.

[`case lowestJointLocation`](/documentation/CreateMLComponents/PoseSelectionStrategy/lowestJointLocation)

The strategy to choose a pose where a joint in it has the lowest y coordinate location.

[`case rightmostJointLocation`](/documentation/CreateMLComponents/PoseSelectionStrategy/rightmostJointLocation)

The strategy to choose a pose where a joint in it has the leftmost x coordinate location.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`Hashable`](/documentation/Swift/Hashable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Equatable`](/documentation/Swift/Equatable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)