Riksdagsmonitor Intelligence Platform - v0.7.19
    Preparing search index...

    Interface EveningAnalysisValidation

    Full validation result for an evening analysis article

    interface EveningAnalysisValidation {
        filepath: string;
        filename: string;
        structure: StructureValidation;
        analyticalDepth: number;
        historicalContext: number;
        internationalComparison: boolean;
        forwardLooking: boolean;
        partyPerspectives: number;
        sources: SourceValidation;
        totalWordCount: number;
        qualityScore: number;
    }
    Index

    Properties

    filepath: string
    filename: string
    analyticalDepth: number
    historicalContext: number
    internationalComparison: boolean
    forwardLooking: boolean
    partyPerspectives: number
    totalWordCount: number
    qualityScore: number