# FeatureResult

**Kind:** Interface

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

## Properties

| Property | Type |
|---|---|
| `features` | `UserFeature[]` |
| `chunkFeatureMap` | `Record<string, string[]>` |
| `stats` | `{
    totalFeatures: number;
    totalActions: number;
    avgConfidence: number;
  }` |
