# Label Visualization

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

Label Visualization ブロックを使用すると、モデルから返されたラベルを画像上で確認できます。

このブロックは次のものと連携します:

* Object detection models
* Segmentation models

分類モデルのラベルを可視化したい場合は、Classification Label Visualization を使用してください。

<figure><img src="/files/19b8cb2b978745782dcd8b509e9a413db41bfa0f" alt=""><figcaption><p>Label Visualization ブロック。</p></figcaption></figure>

このブロックは画像上のラベルのみを表示します。バウンディングボックスやセグメンテーションマスクも表示したい場合は、 [Bounding Box Visualization](/roboflow/roboflow-jp/workflows/workflow-blocks/visualize-predictions/bounding-box-visualization.md) または Mask Visualization を追加する必要があります。

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

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

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

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

Label Visualization ブロックは、モデルのラベルを含む画像を返します。

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

<figure><img src="/files/3673da977430310e2f3210821646a8d8e6ce19b5" alt=""><figcaption><p>オブジェクト検出モデルのラベルが画像上に表示されています。</p></figcaption></figure>

このブロックを Bounding Box Visualization ブロックの後に使用した場合の例を次に示します：

<figure><img src="/files/651b3faee052942976b4838034f509f5a0e269a4" alt=""><figcaption><p>オブジェクト検出モデルのラベルとボックスが画像上に表示されています。</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/label-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.
