BoundingBoxToPointStep
is a pipeline step in extracting the bounding box to point including center, top left, top right, bottom left and bottom right. null
, it will try to find any bounding box in the incoming data instance.null
, the input field name is used.true
, other data key and values from the previous step are kept and passed on to the next step as well. Default value is true
.TOP_LEFT
, TOP_RIGHT
, BOTTOM_LEFT
, BOTTOM_RIGHT
, CENTER
. Set to CENTER
by default.