# AccuracyReport

**Kind:** Interface

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

## Properties

| Property | Type |
|---|---|
| `documentId` | `string` |
| `title` | `string` |
| `accuracyScore` | `number` |
| `claims` | `{
    total: number;
    verified: number;
    flagged: number;
    uncertain: number;
  }` |
| `issues` | `VerificationIssue[]` |
| `passesThreshold` | `boolean` |
| `requiredActions` | `string[]` |
