---
title: keypoints
framework: vision
role: symbol
role_heading: Instance Property
path: vision/humanbodyposeobservation/keypoints
---

# keypoints

A multi-array compatible with Core ML that contains normalized point coordinates and confidence scores.

## Declaration

```swift
var keypoints: MLMultiArray { get throws }
```

## See Also

### Inspecting an observation

- [RequestDescriptor](vision/requestdescriptor.md)
- [leftHand](vision/humanbodyposeobservation/lefthand.md)
- [rightHand](vision/humanbodyposeobservation/righthand.md)
- [HumanHandPoseObservation](vision/humanhandposeobservation.md)
