Feedback on object detection through Yolo v8

Apart from classifying different objects present in an image does Yolo V8 also provide the bounding box vertex co-ordinates just like google’s vision API ImageAnnotator where it returns the detected object as well as its bounding polygon verxtex co-ordinates. Is there any way we can get this things from yolo v8 also?