---
title: keypointsMultiArray()
framework: vision
role: symbol
role_heading: Instance Method
path: vision/vnrecognizedpointsobservation/keypointsmultiarray()
---

# keypointsMultiArray()

Retrieves the grouping of normalized point coordinates and confidence scores in a format compatible with Core ML.

## Declaration

```swift
func keypointsMultiArray() throws -> MLMultiArray
```

## Return Value

Return Value The key points converted to an MLMultiArray.
