# Classification Label Visualization

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

Classification Label Visualization ブロックを使用すると、分類モデルを通過した画像にラベルを追加できます。

このブロックは、分類モデルが返したクラスを示す画像を見たい場合に便利です。

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

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

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

1. 入力画像または動画フレーム、および;
2. 以下のいずれかのブロックからの予測:
   1. Single-Label Classification Model
   2. Multi-Label Classification Model
   3. Outputs from the VLM as Detector ブロックからの出力
   4. Property Definition ブロックで定義されたプロパティ

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

このブロックは、入力画像の左上隅に分類モデルのラベルを表示します。

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

<figure><img src="/files/5af6e9ce4c7fd60ef8bfe6e7b9a8f2350e06ddf4" alt=""><figcaption><p>画像の背景は、強調表示されたオブジェクトよりも不透明です</p></figcaption></figure>

ブロックの設定オプションから、生成される画像のカラーパレットやその他の属性を変更できます:

<figure><img src="/files/e1dda8707be097380f39d09ab031dab308830d57" alt=""><figcaption></figcaption></figure>

### ユースケース

このブロックは、概念実証を作成している間に Workflow の結果を可視化するのに便利です。また、分類ブロックからのラベルを示す画像を保存したい場合にも便利です。


---

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