Content Quality
Schema-driven detector documentation.
CONTENT_QUALITYplannedP28 params2 examples
Detector Metadata
Capability catalog entry from
all_detectors.json.Categories
QUALITY
Supported Asset Types
TXTTABLEURL
Recommended Model
sentence-transformers/all-MiniLM-L6-v2 + textstatNotes
Scores readability and coherence so teams can prioritize low-quality content for review.
Parameters
Configuration parameters for the Content Quality detector. Shared from `ContentQualityDetectorConfig`.
| Parameter | Type | Required | Description | Default | Constraints |
|---|---|---|---|---|---|
| enabled_patterns | array | null | No | List of enabled pattern names | null | — |
| severity_threshold | enum | null | No | Minimum severity to report | null | — |
| confidence_threshold | number | No | Minimum confidence to report (0-1) | 0.7 | min 0, max 1 |
| max_findings | integer | null | No | Maximum number of findings to return | null | — |
| readability_weight | number | No | Weight applied to readability signal in composite score | 0.4 | min 0, max 1 |
| coherence_weight | number | No | Weight applied to coherence signal in composite score | 0.35 | min 0, max 1 |
| density_weight | number | No | Weight applied to information-density signal in composite score | 0.25 | min 0, max 1 |
| min_score_threshold | number | No | Minimum quality score threshold to report | 40 | min 0, max 100 |