# RedactBoxDto

**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#L32)

A rectangular region (PERCENT 0-100 of the natural screenshot) the owner marked
to be blacked-out. Unlike annotation overlays (coordinates only), a redaction is
BURNED into the stored asset by the worker on the next (re)shoot — the underlying
pixels are destroyed, so a leaked value can never be recovered from the image.

## Properties

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