---
title: RecognizedObjectObservation
framework: vision
role: symbol
role_heading: Structure
path: vision/recognizedobjectobservation
---

# RecognizedObjectObservation

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

## Declaration

```swift
struct RecognizedObjectObservation
```

## Overview

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

## Topics

### Creating an observation

- [init(_:)](vision/recognizedobjectobservation/init(_:).md)

### Inspecting an observation

- [RequestDescriptor](vision/requestdescriptor.md)
- [labels](vision/recognizedobjectobservation/labels.md)
- [ClassificationObservation](vision/classificationobservation.md)

## Relationships

### Conforms To

- [BoundingBoxProviding](vision/boundingboxproviding.md)
- [Copyable](swift/copyable.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [VisionObservation](vision/visionobservation.md)
