# ScreenshotResultDto

**Kind:** Class

**Source:** [`atloria-monorepo/apps/screenshot-worker/src/app/screenshot/dto/batch-screenshot.dto.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/screenshot-worker/src/app/screenshot/dto/batch-screenshot.dto.ts#L692)

Individual screenshot result

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `screenshotId` | `string` |
| `url` | `string` |
| `blobUrl` | `string` |
| `viewport` | `{ width: number; height: number }` |
| `dimensions` | `{ width: number; height: number }` |
| `size` | `number` |
| `version` | `number` |
| `isNew` | `boolean` |
| `stateType` | `string` |
| `category` | `string` |
| `description` | `string` |
| `capturedAt` | `Date` |
| `featureArea` | `string` |
| `pageType` | `string` |
| `semanticTags` | `string[]` |
| `recoveryAttempts` | `number` |
| `recoverySucceeded` | `boolean` |
| `successfulSelector` | `string` |
