# Bounding Box Visualization

### このブロックについて

Bounding Box Visualization ブロックを使用すると、画像上で Object Detection Model のバウンディングボックスを確認できます。

<figure><img src="/files/5a9da066bb1ec1686bdb79af74182b14515768d9" alt=""><figcaption><p>Bounding Box Visualization ブロック。</p></figcaption></figure>

このブロックはバウンディングボックスのみを表示します。クラスラベルも表示したい場合は、Label Visualization ブロックを追加する必要があります。

### このブロックに送信できるもの

このブロックを使用するには、次が必要です:

1. 入力画像または動画フレーム、および;
2. Object Detection モデルからの予測。

### このブロックが返すもの

Bounding Box Visualization ブロックは、Object Detection モデルのバウンディングボックスを含む画像を返します。

このブロックの出力例は次のとおりです:

<figure><img src="/files/d4a12addf7119bcfc40c60c8de17b4cb541b0b85" alt=""><figcaption><p>画像上に表示された object detection model の予測。</p></figcaption></figure>

### ユースケース

このブロックは、画像上でモデルの結果を確認したい場合に便利です。これはテスト中によく使われます。

予測を可視化すると Workflow の実行に少しだけオーバーヘッドが加わるため、本番環境で Visualization を追加するのは、モデルの結果の位置を確認する必要がある場合にのみ推奨します。


---

# 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/bounding-box-visualization.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.
