---
title: PoseSelectionStrategy.highestJointLocation
framework: createmlcomponents
role: symbol
role_heading: Case
path: createmlcomponents/poseselectionstrategy/highestjointlocation
---

# PoseSelectionStrategy.highestJointLocation

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

## Declaration

```swift
case highestJointLocation
```

## See Also

### Selection strategies

- [PoseSelectionStrategy.maximumBoundingBoxArea](createmlcomponents/poseselectionstrategy/maximumboundingboxarea.md)
- [PoseSelectionStrategy.leftmostJointLocation](createmlcomponents/poseselectionstrategy/leftmostjointlocation.md)
- [PoseSelectionStrategy.lowestJointLocation](createmlcomponents/poseselectionstrategy/lowestjointlocation.md)
- [PoseSelectionStrategy.rightmostJointLocation](createmlcomponents/poseselectionstrategy/rightmostjointlocation.md)
