---
title: VNRecognizedPointGroupKey
framework: vision
role: symbol
role_heading: Structure
path: vision/vnrecognizedpointgroupkey
---

# VNRecognizedPointGroupKey

The data type for all recognized-point group keys.

## Declaration

```swift
struct VNRecognizedPointGroupKey
```

## Topics

### Body Regions

- [bodyLandmarkRegionKeyFace](vision/vnrecognizedpointgroupkey/bodylandmarkregionkeyface.md)
- [bodyLandmarkRegionKeyTorso](vision/vnrecognizedpointgroupkey/bodylandmarkregionkeytorso.md)
- [bodyLandmarkRegionKeyRightArm](vision/vnrecognizedpointgroupkey/bodylandmarkregionkeyrightarm.md)
- [bodyLandmarkRegionKeyLeftArm](vision/vnrecognizedpointgroupkey/bodylandmarkregionkeyleftarm.md)
- [bodyLandmarkRegionKeyRightLeg](vision/vnrecognizedpointgroupkey/bodylandmarkregionkeyrightleg.md)
- [bodyLandmarkRegionKeyLeftLeg](vision/vnrecognizedpointgroupkey/bodylandmarkregionkeyleftleg.md)

### All Regions

- [all](vision/vnrecognizedpointgroupkey/all.md)
- [point3DGroupKeyAll](vision/vnrecognizedpointgroupkey/point3dgroupkeyall.md)

### Initializers

- [init(rawValue:)](vision/vnrecognizedpointgroupkey/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

### Body and hand pose detection

- [Detecting Human Body Poses in Images](vision/detecting-human-body-poses-in-images.md)
- [Detecting Hand Poses with Vision](vision/detecting-hand-poses-with-vision.md)
- [VNDetectHumanBodyPoseRequest](vision/vndetecthumanbodyposerequest.md)
- [VNDetectHumanHandPoseRequest](vision/vndetecthumanhandposerequest.md)
- [VNRecognizedPointsObservation](vision/vnrecognizedpointsobservation.md)
- [VNHumanBodyPoseObservation](vision/vnhumanbodyposeobservation.md)
- [VNHumanHandPoseObservation](vision/vnhumanhandposeobservation.md)
- [VNPoint](vision/vnpoint.md)
- [VNDetectedPoint](vision/vndetectedpoint.md)
- [VNRecognizedPoint](vision/vnrecognizedpoint.md)
- [VNRecognizedPointKey](vision/vnrecognizedpointkey.md)
