> 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" とも呼ばれます）は、クラス固有の attributes を使って annotations に追加できます。これらの attributes は、object detection および segmentation プロジェクトの dataset exports に含まれます。

{% hint style="info" %}
この機能は Enterprise customers 専用です。 [料金ページをご覧ください](https://roboflow.com/pricing) この機能へのアクセス方法について詳しく知るには。
{% endhint %}

## Attribute を作成

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

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

Classes & Tags ページでは、データセットのすべての classes を表示できます。また、データセット内の画像で使える Annotation Attributes を class に追加することもできます。

Annotation Attribute を追加するには、追加したい class の "Attributes" 列にある plus icon をクリックします:

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

### Annotation に Attribute を追加

annotation を作成した後、Class Selector で annotation に attributes を追加できます。

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

## Attributes 付きの Annotations をエクスポート

Roboflow から attributes 付きの annotations をエクスポートするには、こちらの [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, and the optional `goal` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-jp/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.
