# 예측 시각화

이미지에서 모델의 결과를 확인하기 위해 Visualization blocks를 사용할 수 있습니다.

이러한 블록은 Workflow를 테스트하는 동안 유용합니다. 또한 Workflow가 시각적 결과를 반환하길 원할 때도 유용합니다.

다음 visualization이 지원됩니다:

| 블록 이름                                                                                                                             | 설명                                             |
| --------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------- |
| [Bounding Box Visualization](/roboflow/roboflow-ko/workflows/workflow-blocks/visualize-predictions/bounding-box-visualization.md) | bounding boxes를 표시합니다.                         |
| [Label Visualization](/roboflow/roboflow-ko/workflows/workflow-blocks/visualize-predictions/label-visualization.md)               | detection 또는 segmentation model의 label을 표시합니다. |


---

# 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://docs.roboflow.com/roboflow/roboflow-ko/workflows/workflow-blocks/visualize-predictions.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.
