Skip to Content
Unified docs shell with shared Classifyre tokens and acid-green highlight accents.
DetectorsContent Quality

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 + textstat

Notes

Scores readability and coherence so teams can prioritize low-quality content for review.

Parameters
Configuration parameters for the Content Quality detector. Shared from `ContentQualityDetectorConfig`.
ParameterTypeRequiredDescriptionDefaultConstraints
enabled_patternsarray | nullNoList of enabled pattern namesnull
severity_thresholdenum | nullNoMinimum severity to reportnull
confidence_thresholdnumberNoMinimum confidence to report (0-1)0.7min 0, max 1
max_findingsinteger | nullNoMaximum number of findings to returnnull
readability_weightnumberNoWeight applied to readability signal in composite score0.4min 0, max 1
coherence_weightnumberNoWeight applied to coherence signal in composite score0.35min 0, max 1
density_weightnumberNoWeight applied to information-density signal in composite score0.25min 0, max 1
min_score_thresholdnumberNoMinimum quality score threshold to report40min 0, max 100