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

    Interface VisualizationQuality

    Measures the quality and completeness of embedded visual elements (SWOT, dashboards, mindmaps, and deep-analysis sections).

    interface VisualizationQuality {
        swotPresent: boolean;
        swotDimensions: number;
        dashboardPresent: boolean;
        dashboardMetrics: number;
        dashboardTrends: boolean;
        mindmapPresent: boolean;
        mindmapBranches: number;
        deepAnalysisPresent: boolean;
        deepAnalysisEvidence: number;
        score: number;
    }
    Index

    Properties

    swotPresent: boolean

    Whether a SWOT analysis section is present

    swotDimensions: number

    Number of distinct SWOT dimension elements detected

    dashboardPresent: boolean

    Whether a data dashboard section is present

    dashboardMetrics: number

    Number of individual metrics detected in the dashboard

    dashboardTrends: boolean

    Whether trend indicators (arrows or CSS classes) are present in the dashboard

    mindmapPresent: boolean

    Whether a mindmap section is present

    mindmapBranches: number

    Number of mindmap branch elements detected (breadth indicator)

    deepAnalysisPresent: boolean

    Whether deep-analysis sections are present

    deepAnalysisEvidence: number

    Number of evidence items detected inside deep-analysis sections

    score: number

    Composite 0–100 score derived from the dimensions above