# 予測を可視化

Visualization blocks を使うと、画像上でモデルの結果を確認できます。

これらの blocks は、Workflow のテスト時に便利です。Workflow に視覚的な結果を返させたい場合にも役立ちます。

次の visualizations がサポートされています:

| Block 名                                                                                                                           | 説明                           |
| --------------------------------------------------------------------------------------------------------------------------------- | ---------------------------- |
| [Bounding Box Visualization](/roboflow/roboflow-jp/workflows/workflow-blocks/visualize-predictions/bounding-box-visualization.md) | バウンディングボックスを表示します。           |
| [ラベルの可視化](/roboflow/roboflow-jp/workflows/workflow-blocks/visualize-predictions/label-visualization.md)                           | 検出またはセグメンテーションモデルのラベルを表示します。 |


---

# 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-jp/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.
