# 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 एक image लौटाता है जिसमें model के labels होते हैं।

इस block से मिलने वाला एक उदाहरण output यहाँ है:

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

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

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

### Use cases

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

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


---

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