Contents

CapturedRoomData

An opaque object that holds the raw results of a scan.

Declaration

struct CapturedRoomData

Overview

When your app completes a scan session by calling stop(), the framework provides your app with raw scan results in one of the following ways:

With an instance of this structure, your app can:

  • Process the raw data into a detailed captured room object (CapturedRoom) by creating a room builder (RoomBuilder) and calling its capturedRoom(from:) function.

  • Serialize to an encoder object, for example, to defer processing to a later date or to defer processing to another device.

Topics

Deserializing a prior scan

Serializing a prior scan

See Also

Captured Data