> For the complete documentation index, see [llms.txt](https://docs.datagym.ai/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.datagym.ai/documentation/ai-assistant/object-classes.md).

# Object Classes

### Description:

This page shows a complete list of all classes that can be used to [pre-label](/documentation/ai-assistant/ai-assisted-pre-labeling.md) images in your projects.

### Classes

#### A&#x20;

* airplane&#x20;
* apple

#### B&#x20;

* backpack&#x20;
* banana&#x20;
* baseball&#x20;
* bat&#x20;
* baseball glove&#x20;
* bear&#x20;
* bed&#x20;
* bench&#x20;
* bicycle&#x20;
* bird&#x20;
* boat&#x20;
* book&#x20;
* bottle&#x20;
* bowl&#x20;
* broccoli&#x20;
* bus&#x20;

#### C

* cake&#x20;
* car&#x20;
* carrot&#x20;
* cat&#x20;
* cellphone&#x20;
* chair&#x20;
* clock&#x20;
* couch&#x20;
* cow&#x20;
* cup&#x20;

#### D

* dining table&#x20;
* dog&#x20;
* donut

#### E

* elephant

#### F

* fire hydrant&#x20;
* fork&#x20;
* frisbee

#### G

* giraffe

#### H

* hair drier&#x20;
* handbag&#x20;
* horse&#x20;
* hot dog

#### K

* keyboard&#x20;
* kite&#x20;
* knife

#### L

* laptop

#### M

* microwave&#x20;
* motorcycle&#x20;
* mouse&#x20;

#### O

* orange&#x20;
* oven

#### P

* parking meter&#x20;
* person&#x20;
* pizza&#x20;
* potted plant

#### R

* refrigerator&#x20;
* remote

#### S&#x20;

* sandwich&#x20;
* scissors&#x20;
* sheep&#x20;
* sink&#x20;
* skateboard&#x20;
* skis&#x20;
* snowboard&#x20;
* spoon&#x20;
* sports ball&#x20;
* stop&#x20;
* sign&#x20;
* suitcase&#x20;
* surfboard

#### T

* teddy bear&#x20;
* tennis racket&#x20;
* tie&#x20;
* toaster&#x20;
* toilet&#x20;
* toothbrush
* traffic&#x20;
* light&#x20;
* train&#x20;
* truck&#x20;
* tv

#### U

* umbrella

#### V

* vase

#### W

* vine glass

#### Z

* zebra


---

# 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.datagym.ai/documentation/ai-assistant/object-classes.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.
