> 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 Projects의 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 페이지에서 데이터셋의 모든 classes를 볼 수 있습니다. 또한 데이터셋의 이미지에 사용할 수 있는 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>

## 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 %}


---

# 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:

```
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.
