> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-hi/workflows/workflow-blocks/visualize-predictions/label-visualization.md).

# Label Visualization

### इस block के बारे में

Label Visualization block आपको एक image पर model से लौटाए गए labels देखने देता है।

यह block इनके साथ काम करता है:

* Object detection models
* Segmentation models

अगर आप classification models से labels visualize करना चाहते हैं, तो Classification Label Visualization का उपयोग करें।

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

यह block केवल एक image पर labels दिखाता है। अगर आप bounding boxes या segmentation masks भी देखना चाहते हैं, तो आपको एक जोड़ना होगा [Bounding Box Visualization](/roboflow/roboflow-hi/workflows/workflow-blocks/visualize-predictions/bounding-box-visualization.md) या Mask Visualization.

### आप इस block में क्या भेज सकते हैं

इस block का उपयोग करने के लिए, आपको चाहिए:

1. एक input image या video frame, और;
2. Object Detection या Segmentation model से predictions.

### यह block क्या लौटाता है

Label Visualization block model के labels के साथ एक image लौटाता है।

यहाँ इस block का एक उदाहरण output है:

<figure><img src="/files/e1590e54af65b4ffcdae5ad565c25f64e2d8ddda" alt=""><figcaption><p>एक image पर प्रदर्शित object detection model से labels.</p></figcaption></figure>

यहाँ एक उदाहरण है जब यह block Bounding Box Visualization block के बाद उपयोग किया जाता है:

<figure><img src="/files/597b36df71056285f12b01ba260b480670f73462" alt=""><figcaption><p>एक image पर प्रदर्शित object detection model से labels और boxes.</p></figcaption></figure>

### उपयोग के मामले

यदि आप किसी image पर model के results देखना चाहते हैं, तो यह block उपयोगी है। testing के दौरान यह आम है.

क्योंकि predictions को visualize करने से Workflow चलाने में थोड़ा overhead जुड़ता है, इसलिए हम production में केवल तभी Visualization जोड़ने की सलाह देते हैं जब आपको अपने model से results की location देखनी हो.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-hi/workflows/workflow-blocks/visualize-predictions/label-visualization.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
