spatial-monorepo / editor/src / RecognitionSessionState
Type Alias: RecognitionSessionState
RecognitionSessionState =
"idle"|"detecting"|"reviewing"|"complete"
Defined in: packages/editor/src/recognition/types.ts:86
Session states: idle → detecting → reviewing → complete.
