<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 11.0.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Vision",
  "identifier" : "/documentation/Vision/VNRecognizedPointsObservation",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Vision"
    ],
    "preciseIdentifier" : "c:objc(cs)VNRecognizedPointsObservation"
  },
  "title" : "VNRecognizedPointsObservation"
}
-->

# VNRecognizedPointsObservation

An observation that provides the points the analysis recognized.

```
class VNRecognizedPointsObservation
```

## Topics

### Inspecting the Observation

[`availableKeys`](/documentation/Vision/VNRecognizedPointsObservation/availableKeys)

The available point keys in the observation.

[`availableGroupKeys`](/documentation/Vision/VNRecognizedPointsObservation/availableGroupKeys)

The available point group keys in the observation.

[`recognizedPoint(forKey:)`](/documentation/Vision/VNRecognizedPointsObservation/recognizedPoint(forKey:))

Retrieves a recognized point for a key.

[`recognizedPoints(forGroupKey:)`](/documentation/Vision/VNRecognizedPointsObservation/recognizedPoints(forGroupKey:))

Retrieves the recognized points for a key.

### Converting Points for Core ML

[`keypointsMultiArray()`](/documentation/Vision/VNRecognizedPointsObservation/keypointsMultiArray())

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



---

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)