---
title: VNHumanBodyPoseObservation.JointsGroupName
framework: vision
role: symbol
role_heading: Structure
path: vision/vnhumanbodyposeobservation/jointsgroupname
---

# VNHumanBodyPoseObservation.JointsGroupName

The supported joint group names for the body pose.

## Declaration

```swift
struct JointsGroupName
```

## Mentioned in

Detecting Human Body Poses in Images

## Topics

### Head

- [face](vision/vnhumanbodyposeobservation/jointsgroupname/face.md)

### Body

- [torso](vision/vnhumanbodyposeobservation/jointsgroupname/torso.md)

### Arms

- [leftArm](vision/vnhumanbodyposeobservation/jointsgroupname/leftarm.md)
- [rightArm](vision/vnhumanbodyposeobservation/jointsgroupname/rightarm.md)

### Legs

- [leftLeg](vision/vnhumanbodyposeobservation/jointsgroupname/leftleg.md)
- [rightLeg](vision/vnhumanbodyposeobservation/jointsgroupname/rightleg.md)

### All

- [all](vision/vnhumanbodyposeobservation/jointsgroupname/all.md)

### Initializers

- [init(rawValue:)](vision/vnhumanbodyposeobservation/jointsgroupname/init(rawvalue:).md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Accessing Points

- [availableJointNames](vision/vnhumanbodyposeobservation/availablejointnames.md)
- [VNHumanBodyPoseObservation.JointName](vision/vnhumanbodyposeobservation/jointname.md)
- [availableJointsGroupNames](vision/vnhumanbodyposeobservation/availablejointsgroupnames.md)
- [recognizedPoint(_:)](vision/vnhumanbodyposeobservation/recognizedpoint(_:).md)
- [recognizedPoints(_:)](vision/vnhumanbodyposeobservation/recognizedpoints(_:).md)
