<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "Vision",
  "identifier" : "/documentation/Vision/VNRecognizedPointGroupKey",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Vision"
    ],
    "preciseIdentifier" : "c:@T@VNRecognizedPointGroupKey"
  },
  "title" : "VNRecognizedPointGroupKey"
}
-->

# VNRecognizedPointGroupKey

The data type for all recognized-point group keys.

```
struct VNRecognizedPointGroupKey
```

## Topics

### Body Regions

[`bodyLandmarkRegionKeyFace`](/documentation/Vision/VNRecognizedPointGroupKey/bodyLandmarkRegionKeyFace)

A group key identifying the face, which includes the eyes, ears, and nose.

[`bodyLandmarkRegionKeyTorso`](/documentation/Vision/VNRecognizedPointGroupKey/bodyLandmarkRegionKeyTorso)

A group key identifying the torso, which includes the neck, shoulders, hips, and root.

[`bodyLandmarkRegionKeyRightArm`](/documentation/Vision/VNRecognizedPointGroupKey/bodyLandmarkRegionKeyRightArm)

A group key identifying the landmarks of the right arm.

[`bodyLandmarkRegionKeyLeftArm`](/documentation/Vision/VNRecognizedPointGroupKey/bodyLandmarkRegionKeyLeftArm)

A group key identifying the landmarks of the left arm.

[`bodyLandmarkRegionKeyRightLeg`](/documentation/Vision/VNRecognizedPointGroupKey/bodyLandmarkRegionKeyRightLeg)

A group key identifying the landmarks of the right leg.

[`bodyLandmarkRegionKeyLeftLeg`](/documentation/Vision/VNRecognizedPointGroupKey/bodyLandmarkRegionKeyLeftLeg)

A group key identifying the landmarks of the left leg.

### All Regions

[`all`](/documentation/Vision/VNRecognizedPointGroupKey/all)

A group key identifying all landmarks.

[`point3DGroupKeyAll`](/documentation/Vision/VNRecognizedPointGroupKey/point3DGroupKeyAll)

A group key identifying all three-dimensional landmarks.

### Initializers

[`init(rawValue:)`](/documentation/Vision/VNRecognizedPointGroupKey/init(rawValue:))

Creates a recognized point key with a string value.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)