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

# VNRecognizedObjectObservation

A detected object observation with an array of classification labels that classify the recognized object.

```
class VNRecognizedObjectObservation
```

## Overview

The confidence of the classifications sum up to `1.0.` Multiply the classification confidence with the confidence of this observation.

## Topics

### Classifying a Recognized Object

[`labels`](/documentation/Vision/VNRecognizedObjectObservation/labels)

An array of observations that classify the recognized object.

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

An object that represents classification information that an image-analysis request produces.



---

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)