# Classification Label Visualization

### 이 블록에 관하여

Classification Label Visualization 블록을 사용하면 분류 모델을 통과한 이미지에 레이블을 추가할 수 있습니다.

이 블록은 분류 모델이 반환한 클래스를 보여주는 이미지를 보고 싶을 때 유용합니다.

<figure><img src="/files/84a56a295bced947160421b2a3736faf408741d1" alt=""><figcaption><p>Label Visualization 블록.</p></figcaption></figure>

### 이 블록에 보낼 수 있는 내용

이 블록을 사용하려면 다음이 필요합니다:

1. 입력 이미지 또는 비디오 프레임, 그리고;
2. 다음 블록 중 어느 것에서든 예측값:
   1. Single-Label Classification Model
   2. Multi-Label Classification Model
   3. VLM as Detector 블록의 출력
   4. Property Definition 블록으로 정의된 속성

### 이 블록이 반환하는 내용

이 블록은 입력 이미지의 왼쪽 상단 모서리에 분류 모델의 레이블을 표시합니다.

이 블록의 예시 출력은 다음과 같습니다:

<figure><img src="/files/ab61895d57161b594f054f476ede1b001565ae1b" alt=""><figcaption><p>이미지의 배경이 강조된 객체보다 더 불투명합니다</p></figcaption></figure>

블록 구성 옵션에서 결과 이미지의 색상 팔레트 및 기타 속성을 변경할 수 있습니다:

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

### 사용 사례

이 블록은 proof of concept를 구축하는 동안 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-ko/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.
