# Classification Label Visualization

### About this block

The Classification Label Visualization block lets you add labels to an image passed through a classification model.

This block is useful for if you want to see an image that shows the class your classification model returned.

<figure><img src="/files/DpATmDzXlkJzP8Hnmh2V" alt=""><figcaption><p>The Label Visualization block.</p></figcaption></figure>

### What you can send into this block

To use this block, you need:

1. An input image or video frame, and;
2. Predictions from any of the following blocks:
   1. Single-Label Classification Model
   2. Multi-Label Classification Model
   3. Outputs from the VLM as Detector block
   4. Properties defined with the Property Definition block

### What this block returns

This block shows the label from a classification model in the top left corner of the input image.

Here is an example output from this block:

<figure><img src="/files/uxX7QNJM4z7MBZrlgJAQ" alt=""><figcaption><p>The background of the image is more opaque than the highlighted object</p></figcaption></figure>

You can change the colour palette and other attributes of the resulting image from the block configuration options:

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

### Use cases

This block is useful for visualising the results of your Workflow while building a proof of concept. It is also useful if you want to save images that show labels from a classification block.


---

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