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

# VNObservation

The abstract superclass for analysis results.

```
class VNObservation
```

## Overview

Observations resulting from Vision image analysis requests inherit from this abstract base class. Don’t use this abstract superclass directly.

## Topics

### Creating an Observation

[`init(coder:)`](/documentation/Vision/VNObservation/init(coder:))

### Tracking Observations

[`uuid`](/documentation/Vision/VNObservation/uuid)

A unique identifier assigned to the Vision observation.

### Evaluating Observations

[`timeRange`](/documentation/Vision/VNObservation/timeRange)

The time range of the reported observation.

[`confidence`](/documentation/Vision/VNObservation/confidence)

The level of confidence in the observation’s accuracy.

[`VNConfidence`](/documentation/Vision/VNConfidence)

A type alias for the confidence value of an observation.



---

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)