spatial-monorepo / editor/src / PendingFeature
Interface: PendingFeature
Defined in: packages/editor/src/recognition/types.ts:95
A DetectedUnit or DetectedAmenity transformed to lat/lon via H but not yet accepted or rejected. Exists only within a RecognitionSession. An UncertainFeature is a PendingFeature with uncertain === true (confidence below the session's confidenceThreshold); it requires an explicit accept/reject before the session can reach 'complete'.
Properties
category?
optionalcategory?:string
Defined in: packages/editor/src/recognition/types.ts:101
IMDF unit category (units) or StructuralAmenityCategory (amenities).
confidence
confidence:
number
Defined in: packages/editor/src/recognition/types.ts:102
geometry
geometry:
Point|Polygon
Defined in: packages/editor/src/recognition/types.ts:98
id
id:
string
Defined in: packages/editor/src/recognition/types.ts:96
kind
kind:
"amenity"|"unit"
Defined in: packages/editor/src/recognition/types.ts:97
labelText?
optionallabelText?:string
Defined in: packages/editor/src/recognition/types.ts:99
status
status:
"pending"|"accepted"|"rejected"
Defined in: packages/editor/src/recognition/types.ts:104
uncertain
uncertain:
boolean
Defined in: packages/editor/src/recognition/types.ts:103
