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

    Interface AnalysisDepthScore

    Measures how deeply an article analyses the political situation. Each boolean dimension maps to a detected signal in the article text.

    interface AnalysisDepthScore {
        politicalContextPresent: boolean;
        coalitionDynamicsAnalyzed: boolean;
        historicalContextProvided: boolean;
        evidenceBasedConclusions: boolean;
        scenarioPlanning: boolean;
        confidenceLevelsIndicated: boolean;
        score: number;
    }
    Index

    Properties

    politicalContextPresent: boolean

    Whether political context (coalitions, majorities, opposition) is discussed

    coalitionDynamicsAnalyzed: boolean

    Whether coalition dynamics and inter-group alliances are analysed

    historicalContextProvided: boolean

    Whether historical comparison or timeline context is provided

    evidenceBasedConclusions: boolean

    Whether conclusions are backed by data, figures, or cited evidence

    scenarioPlanning: boolean

    Whether forward-looking scenarios or projections are presented

    confidenceLevelsIndicated: boolean

    Whether uncertainty or confidence levels are explicitly stated

    score: number

    Composite 0–100 score derived from the boolean dimensions above