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

# アノテーション属性を作成

Annotation attributes（「subclasses」とも呼ばれます）は、class 固有の属性を使用してアノテーションに追加できます。これらの属性は、object detection および segmentation プロジェクトの dataset exports に含まれます。

{% hint style="info" %}
この機能は Enterprise customers 向けにのみ提供されています。 [料金ページをご覧ください](https://roboflow.com/pricing) この機能へのアクセス方法の詳細については、
{% endhint %}

## 属性を作成

Annotation Attribute を作成するには、まず Project のサイドバーで「Classes & Tags」をクリックします:

<figure><img src="/files/0c9d2cbe73343086009b557202c42e83a15af25c" alt=""><figcaption></figcaption></figure>

Classes & Tags ページでは、dataset のすべての classes を確認できます。また、dataset の画像で使用できる Annotation Attributes を class に追加することもできます。

Annotation Attribute を追加するには、属性を追加したい class の「Attributes」列にある + アイコンをクリックします:

<figure><img src="/files/8326a181f0213a890645445fb664398a570353d9" alt=""><figcaption></figcaption></figure>

Annotation Attribute の名前を設定できるウィンドウが表示されます:

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

Annotation Attribute を保存するには「Save」をクリックします。

その後、Attribute は対応する class の横に表示されます:

<figure><img src="/files/3b5bc8d84fce2b3770bde1b62bb33f75a9c26c17" alt=""><figcaption></figcaption></figure>

### アノテーションに Attribute を追加

アノテーションを作成した後、Class Selector でアノテーションに属性を追加できます。

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

## Attribute 付きのアノテーションをエクスポート

Roboflow から Attribute 付きのアノテーションをエクスポートするには、こちらの [Export Data](/roboflow/roboflow-jp/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-jp/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.
