@camera.ui/sdk / plugin / ObjectDetectionPluginResponse
Interface: ObjectDetectionPluginResponse
Defined in: plugin/interfaces.ts:40
Result of an object detection run.
Properties
detected
detected:
boolean
Defined in: plugin/interfaces.ts:42
True when the run produced at least one detection.
detections
detections:
Detection[]
Defined in: plugin/interfaces.ts:44
Detected objects with label, score and bounding box.