# ClaimVerificationResult

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/stages/stage-11-verification/openai-reviewer.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/stages/stage-11-verification/openai-reviewer.service.ts#L29)

## Properties

| Property | Type |
|---|---|
| `claimId` | `string` |
| `verdict` | `'verified' | 'flagged' | 'uncertain'` |
| `confidence` | `number` |
| `issue` | `string` |
| `suggestion` | `string` |
