How to find description/details/notes on dnn.forward()?

I googled some and the best I found was this from some matlab code:

[img_id, class_id, confidence, left, bottom, right, top]

(DNN: Face Detection)

in general, net.forward returns you the values from the specified output layer.