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

# 주석 속성 만들기

Annotation attributes(또는 "subclasses"라고도 함)는 class specific attributes를 사용하여 annotations에 추가할 수 있습니다. 이러한 attributes는 object detection 및 segmentation 프로젝트의 dataset exports에 포함됩니다.

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

## Attribute 만들기

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

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

"Classes & Tags" 페이지에서 모든 dataset classes를 볼 수 있습니다. 또한 dataset의 이미지에 사용할 수 있도록 class에 Annotation Attributes를 추가할 수도 있습니다.

Annotation Attribute를 추가하려면 추가하려는 class의 "Attributes" 열에서 plus icon을 클릭하세요:

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

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

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

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

그러면 해당 Attribute가 대응되는 class 옆에 표시됩니다:

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

### Annotation에 Attribute 추가

annotation을 만든 후 Class Selector에서 annotation에 attributes를 추가할 수 있습니다.

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

## Attribute 제거

class에서 Annotation Attribute를 제거하려면 "Classes & Tags" 페이지의 "Attributes" 열에서 attribute tag 위에 마우스를 올리고 cross icon을 클릭하세요. 나타나는 창에서 제거를 확인하세요.

<figure><img src="/files/b68db02d9119954b72310a234b1250d79caf5f6f" alt="" width="259"><figcaption></figcaption></figure>

{% hint style="info" %}
attribute를 제거해도 새 annotating을 위한 class의 attribute list에서만 제외될 뿐입니다. 이미 해당 attribute를 참조하는 기존 annotations는 값을 유지하며 dataset exports에 그대로 남습니다.
{% endhint %}

## Attributes가 포함된 Annotations 내보내기

Roboflow에서 attributes가 포함된 annotations를 내보내려면 다음 가이드를 참조하세요: [Export Data](/roboflow/roboflow-ko/datasets/dataset-versions/exporting-data.md) 가이드.

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