spatial-monorepo / editor/src / RecognitionResult
Interface: RecognitionResult
Defined in: packages/editor/src/recognition/types.ts:71
Raw output from a RecognitionAdapter. All geometry is in pixel coordinates relative to imageWidth × imageHeight (which may differ from the scan's dimensions if the model downscaled — the session rescales).
Properties
amenities
amenities:
DetectedAmenity[]
Defined in: packages/editor/src/recognition/types.ts:73
imageHeight
imageHeight:
number
Defined in: packages/editor/src/recognition/types.ts:75
imageWidth
imageWidth:
number
Defined in: packages/editor/src/recognition/types.ts:74
units
units:
DetectedUnit[]
Defined in: packages/editor/src/recognition/types.ts:72
