# CaptureResult

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/types/stage-12.types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/types/stage-12.types.ts#L186)

Result of capturing a single screenshot

## Properties

| Property | Type |
|---|---|
| `placeholderId` | `string` |
| `success` | `boolean` |
| `localPath` | `string` |
| `screenshotId` | `string` |
| `blobUrl` | `string` |
| `error` | `string` |
| `capturedAt` | `Date` |
| `dimensions` | `{ width: number; height: number }` |
| `fileSize` | `number` |
| `retryCount` | `number` |
