# オブジェクト一覧

<figure><img src="/files/7a7ecd6e7b08b0edf03e6079dfec28600e35d913" alt=""><figcaption></figcaption></figure>

右サイドバーの「Objects」セクションには、現在の画像にラベル付けされたすべてのオブジェクトが表示されます。

1. 各オブジェクトカードの左側にあるアイコンは、そのオブジェクトがバウンディングボックス、ポリゴン、キューボイドなどのどの種類であるかを示します。
2. 注釈のソース（*手動* または *自動*）やその一意のIDも確認できます。
3. 各オブジェクトカード内では次の操作ができます
   1. オブジェクトのラベルを更新する。
   2. オブジェクトを非表示/表示にする。
   3. オブジェクトの編集をロック/アンロックする。
   4. カードをリストの先頭にピン留めする。
   5. オブジェクトをコピーする。コピーしたら、画像上の任意の場所に `ctrl + v`
   6. で貼り付けることができます。オブジェクトへのリンクをコピーして、チームと共有し迅速にオブジェクトを表示できます。
   7. オブジェクトを削除する
4. 最後に、属性を追加している場合は属性にもアクセスできます。

### フィルターの使用

<figure><img src="/files/e0761d872f9d48673158a5f4e75be98091d7b5e3" alt=""><figcaption><p>フィルターを使って、関心のある注釈オブジェクトのみを表示します</p></figcaption></figure>

フィルターは、関心のある注釈オブジェクトに集中するための強力な手段です。始めるには、右サイドバー上部のフィルターアイコンをクリックしてください。フィルターウィンドウが表示されます。

1. 中央の灰色の領域にカーソルを合わせると、 *ルールを追加* ボタンが表示されます。
2. をクリックして、 *ルールを追加* 新しいフィルターを追加します
3. フィルターするプロパティを選択します：
   1. ラベル
   2. 形状 - 長方形（バウンディングボックス）、ポリゴン、ポリラインなど。
   3. タイプ（トラックまたは単一の注釈）
   4. 幅
   5. 高さ
   6. 属性値
   7. オブジェクトID
4. 値のチェック方法を選択します。
5. プロパティの希望する値を入力します。
6. をクリックして、 *送信* してフィルターを適用します。

{% hint style="info" %}
フィルターは非常に強力です。さまざまな設定を試して、何ができるかを確認してみてください！
{% endhint %}


---

# 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.mindkosh.com/ja/anotshon/anotshonsekushon/obujekuto.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.
