# 画像をアノテーションする

AnnoStationは、アノテーターの生産性を最大限に高めるために設計されています。

## ステップ

ここでは、AnnoStationで画像にアノテーションをする一般的なステップを紹介します。

1. 画像を開きます。
2. [ラベルを選択します](/jpn/mastering-annostation/annotating.md#raberuwosuru)。
3. [適切なツールを選択します](/jpn/mastering-annostation/annotating.md#tsruwoshimasu)。
4. [ズームレベルを変更](/jpn/mastering-annostation/annotating.md#adjust-an-image-to-annotate)し、オブジェクトをアノテーションします。
5. （オプション）[カスタム属性の値を入力](/jpn/mastering-annostation/annotating.md#wosuru-1)します。
6. [画像を登録します](/jpn/mastering-annostation/annotating.md#submit-an-image)。
7. 次の画像に移動します。

これらの操作は、キーボードのショートカットキーで切り替えることができます。

**サポートされているすべてのキーボードショートカットキーについてはこちらをご覧ください。**

{% content-ref url="/pages/-MF-06SWo1Qe4S745Eb2" %}
[キーボードショートカット](/jpn/resources/shortcut.md)
{% endcontent-ref %}

### ラベルを選択する

[プロジェクトに定義されているラベルのリスト](https://github.com/Incubit/annostation_document/tree/a629375efa4369aad5e331254a4168ade8363132/mastering-annostation/annotating/projectsetup/labels.md)から、アノテーションしたいオブジェクトのラベルを選択します。

### ツールを選択する

直線、多角形、矩形（バウンディングボックス）など様々なツールを使ってアノテーションできます。選択されているラベルがセグメンテーションかベクターかによって、使用できるツールが異なります。

**サポートされているツールの詳細については、こちらを参照してください。**

{% content-ref url="/pages/-MF-KokNzgugNWsrUAFJ" %}
[アノテーションツール](/jpn/mastering-annostation/annotating/annotation-tools.md)
{% endcontent-ref %}

### 画像の表示を**変更する**

画像のズームレベルを調整し、正確なアノテーションを行うことができます。

* 拡大・縮小&#x20;
* パン&#x20;
* ウィンドウに合わせる

{% hint style="info" %}
`Ctrl または ⌘ + マウスホイール` を使って拡大・縮小することもできます。
{% endhint %}

### 属性値を入力する

カスタム属性がベクターラベルに関連付けられている場合は、形状の描画が完了すると、値を入力するよう求められます。

### 画像を登録する

すべてのオブジェクトのアノテーションが終わったら、画像をSubmit（登録）します。一度登録された画像は *Developer* または *Managerの*ロールがないと変更できなくなるため、登録する前にすべてのオブジェクトがアノテーションされているか確認してください。

{% hint style="info" %}
画像を登録する前に**Save（保存）**&#x3059;ることもできます。
{% endhint %}

**ワークフロー機能の詳細については、こちらを参照してください。**

{% content-ref url="/pages/-MF3VMiAoV5z5u-LHqTP" %}
[ワークフローとステータス管理](/jpn/mastering-annostation/workflow-and-status-management.md)
{% endcontent-ref %}

### コメント

不明点があった際にはコメントを残すことができます。早い段階でエッジケースをつぶすことにより、後からのやり直しを避けることができます。

**コメント機能の詳細についてはこちらをご覧ください。**

{% content-ref url="/pages/-MFkIT9-ioY1524rWMlH" %}
[コメント機能](/jpn/mastering-annostation/collaboration/comments.md)
{% endcontent-ref %}


---

# Agent Instructions: 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.annostation.orni.co.jp/jpn/mastering-annostation/annotating.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.
