---
title: PoseSelectionStrategy.lowestJointLocation
framework: createmlcomponents
role: symbol
role_heading: Case
path: createmlcomponents/poseselectionstrategy/lowestjointlocation
---

# PoseSelectionStrategy.lowestJointLocation

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

## Declaration

```swift
case lowestJointLocation
```

## See Also

### Selection strategies

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