# BoundingBoxDto

**Kind:** Class

**Source:** [`atloria-monorepo/apps/api/src/capture/dto/create-flow.dto.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/capture/dto/create-flow.dto.ts#L19)

Percentage-of-viewport bounding box, for annotation seeding.

## Properties

| Property | Type |
|---|---|
| `x` | `number` |
| `y` | `number` |
| `w` | `number` |
| `h` | `number` |
