---
title: PoseSelectionStrategy.rightmostJointLocation
framework: createmlcomponents
role: symbol
role_heading: Case
path: createmlcomponents/poseselectionstrategy/rightmostjointlocation
---

# PoseSelectionStrategy.rightmostJointLocation

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

## Declaration

```swift
case rightmostJointLocation
```

## See Also

### Selection strategies

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