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

    The complete output of the AI analysis pipeline for a given document set. This is the single source of truth for all analytical content in the article.

    interface AnalysisResult {
        stakeholderSwot: AnalysisStakeholderSwot[];
        policyAssessment: PolicyAssessment;
        mindmapBranches: AnalysisMindmapBranch[];
        dashboardData: DashboardData;
        watchPoints: AnalysisWatchPoint[];
        confidenceScore: number;
        iterationsCompleted: number;
        completedAt: string;
        lang: Language;
        documentCount: number;
        enrichedCount: number;
        focusTopic: string;
    }
    Index

    Properties

    stakeholderSwot: AnalysisStakeholderSwot[]

    Stakeholder SWOT analyses — all text derived from document content

    policyAssessment: PolicyAssessment

    Policy domain assessment

    mindmapBranches: AnalysisMindmapBranch[]

    Mindmap branches derived from analysis

    dashboardData: DashboardData

    Dashboard data for visualisation

    watchPoints: AnalysisWatchPoint[]

    Watch points for the article sidebar

    confidenceScore: number

    Overall confidence score (0-100) for the analysis. Higher values indicate more enriched documents and stronger evidence.

    iterationsCompleted: number

    Number of analysis iterations completed

    completedAt: string

    ISO timestamp of when analysis was completed

    lang: Language

    Language of the analysis

    documentCount: number

    Number of documents analysed

    enrichedCount: number

    Number of metadata-enriched documents (contentFetched = true). This counts documents whose metadata was fetched via enrichDocumentsWithContent(), regardless of whether full text is available.

    focusTopic: string

    Focus topic (null if multi-document analysis without topic)