Hi AdamPolak
You can, here are docs for SpatialImgDetections (output of the node):
https://docs.luxonis.com/projects/api/en/latest/references/cpp/#classdai_1_1SpatialImgDetections
So SpatialImgDetections has detections, list of SpatialImgDetection, which has:
Point3f spatialCoordinates;
SpatialLocationCalculatorConfigData boundingBoxMapping;
uint32_t label = 0;
float confidence = 0.f;
float xmin = 0.f;
float ymin = 0.f;
float xmax = 0.f;
float ymax = 0.f;