# Annotation Attribute 만들기

주석 속성("하위 클래스"라고도 함)은 클래스별 속성을 사용하여 주석에 추가할 수 있습니다. 이러한 속성은 객체 탐지 및 세그멘테이션 프로젝트의 데이터셋 내보내기에 포함됩니다.

{% hint style="info" %}
이 기능은 Enterprise 고객에게만 제공됩니다. [가격 페이지를 확인하여](https://roboflow.com/pricing) 이 기능에 액세스하는 방법을 자세히 알아보세요.
{% endhint %}

## 속성 만들기

Annotation Attribute를 만들려면 먼저 Project 사이드바에서 "Classes & Tags"를 클릭하세요:

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

Classes & Tags 페이지에서 모든 데이터셋 클래스를 볼 수 있습니다. 또한 데이터셋의 이미지에 사용할 수 있는 클래스에 Annotation Attributes를 추가할 수도 있습니다.

Annotation Attribute를 추가하려면 속성을 추가하려는 클래스의 "Attributes" 열에 있는 + 아이콘을 클릭하세요:

<figure><img src="/files/90ab6f52e8ba57c0eeca933d0dc54cfd9fb6748b" alt=""><figcaption></figcaption></figure>

이후 Annotation Attribute의 이름을 설정할 수 있는 창이 나타납니다:

<figure><img src="/files/708045f921302b33d31b36351a13c89cee9e419e" alt=""><figcaption></figcaption></figure>

Annotation Attribute를 저장하려면 "Save"를 클릭하세요.

그러면 해당 Attribute가 대응하는 클래스 옆에 표시됩니다:

<figure><img src="/files/5d54d741ff22268f24a443196466bd25e0bb835a" alt=""><figcaption></figcaption></figure>

### 주석에 속성 추가하기

주석을 만든 후 Class Selector에서 주석에 속성을 추가할 수 있습니다.

<figure><img src="/files/dee2b381e7551866e17d1316ffa9ba0f26e4fe8a" alt="" width="240"><figcaption></figcaption></figure>

## 속성이 포함된 주석 내보내기

Roboflow에서 속성이 포함된 주석을 내보내려면 다음을 참조하세요. [데이터 내보내기](/roboflow/roboflow-ko/datasets/dataset-versions/exporting-data.md) 가이드.

{% hint style="warning" %}
주석 속성 정보는 다음에만 포함됩니다. [COCO 및 COCO Segmentation 형식](https://roboflow.com/formats).
{% endhint %}


---

# 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/datasets/manage-datasets/create-an-annotation-attribute.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.
