> 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"라고도 함)는 클래스별 속성을 사용하여 annotation에 추가할 수 있습니다. 이러한 속성은 object detection 및 segmentation 프로젝트의 dataset export에 포함됩니다.

{% 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 class를 확인할 수 있습니다. 또한 dataset의 이미지에 사용할 수 있는 class에 Annotation Attribute를 추가할 수도 있습니다.

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에 attribute를 추가할 수 있습니다.

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

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

Roboflow에서 Attributes가 포함된 annotation을 내보내려면, 저희의 [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, and the optional `goal` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-ko/datasets/manage-datasets/create-an-annotation-attribute.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
