RoomCaptureViewDelegate
A specification to post-process the results of a scan.
Declaration
protocol RoomCaptureViewDelegate : NSCodingOverview
The room-capture view’s delegate property (delegate) is of this type.
When your app scans a room using the framework-provided view (RoomCaptureView), your delegate receives the raw scan results through the roomDataForProcessing argument of captureView(shouldPresent:error:).
If your app returns true to captureView(shouldPresent:error:), the framework processes the raw results and calls captureView(didPresent:error:) when processing completes.