---
title: ObjectCaptureSession.Updates
framework: realitykit
role: symbol
role_heading: Structure
path: realitykit/objectcapturesession/updates
---

# ObjectCaptureSession.Updates

Used to provide an AsyncSequence of change events for the observable properties.

## Declaration

```swift
struct Updates<Element> where Element : Sendable
```

## Topics

### Structures

- [ObjectCaptureSession.Updates.Iterator](realitykit/objectcapturesession/updates/iterator.md)

## Relationships

### Conforms To

- [AsyncSequence](swift/asyncsequence.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
