how can i get the position of a object in yolov8

im using hailo-rpi5-examples/basic_pipelines/detection.py and i want to find the position of my object but i cant find it. ive seen bbox = detection.get_bbox()
but when i try to do something with it i cant really understand what to do with it.