ScannedObject

iOS
interface ScannedObject extends HybridObject

Represents any kind of scanned object.

See

Extended by

Properties

boundingBox

readonly boundingBox: BoundingBox

The bounding box coordinates of this ScannedObject.

Coordinates are in camera-space (0.0 ... 1.0), and can be converted to view-space via the PreviewView.


type

readonly type: ScannedObjectType

The ScannedObjectType of this ScannedObject.