Detection
@fovea/annotation-tool / api/client / Detection
Interface: Detection
Defined in: src/api/client.ts:81
Single object detection result.
Properties
bounding_box
bounding_box:
BoundingBox
Defined in: src/api/client.ts:83
confidence
confidence:
number
Defined in: src/api/client.ts:84
label
label:
string
Defined in: src/api/client.ts:82
track_id?
optional
track_id:null
|string
Defined in: src/api/client.ts:85