EU Parliament Monitor - API Documentation - v0.7.1
    Preparing search index...

    Interface ContentValidationMetrics

    Quality metrics collected during content validation

    interface ContentValidationMetrics {
        wordCount: number;
        htmlValid: boolean;
        hasPlaceholders: boolean;
    }
    Index

    Properties

    wordCount: number

    Approximate word count of plain text extracted from HTML

    htmlValid: boolean

    Whether all required structural HTML elements are present

    hasPlaceholders: boolean

    Whether placeholder/template markers were detected in the output