---
title: delegate
framework: roomplan
role: symbol
role_heading: Instance Property
path: roomplan/roomcaptureview/delegate
---

# delegate

An object that determines whether to post-process the results of a scan.

## Declaration

```swift
@MainActor @preconcurrency weak var delegate: (any RoomCaptureViewDelegate)?
```

## See Also

### Reacting to scan events

- [captureSession](roomplan/roomcaptureview/capturesession.md)
