# BOUNDING\_BOX\_TO\_POINT

`BoundingBoxToPointStep` is a pipeline step in extracting the bounding box to point including center, top left, top right, bottom left and bottom right.&#x20;

| Configs         | Descriptions                                                                                                                                                                              |
| --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| bboxName        | Name of the bounding boxes key from the previous step. If set to `null`, it will try to find any bounding box in the incoming data instance.                                              |
| outputName      | Name of the point extracted from the input bounding box. If `null`, the input field name is used.                                                                                         |
| keepOtherFields | If `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`.                                                     |
| method          | The method can choose from the following methods of converting the bounding box to a point: `TOP_LEFT`, `TOP_RIGHT`, `BOTTOM_LEFT`, `BOTTOM_RIGHT`, `CENTER`. Set to `CENTER` by default. |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://serving.konduit.ai/references/pipeline-steps/bounding_box_to_point.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
