Riksdagsmonitor Intelligence Platform โ€” API Documentation - v0.8.15
    Preparing search index...

    A single SWOT entry backed by evidence extracted from actual document content. Impact and confidence are derived analytically, not from hardcoded defaults.

    interface AnalysisSwotEntry {
    ย ย ย ย text: string;
    ย ย ย ย impact: "high" | "low" | "medium";
    ย ย ย ย sourceDocIds: string[];
    ย ย ย ย confidence: "HIGH" | "MEDIUM" | "LOW";
    }
    Index

    Properties

    text: string

    The analytical claim derived from document content.

    impact: "high" | "low" | "medium"

    Evidence rating for this entry.

    sourceDocIds: string[]

    Source document identifiers that back this entry. Empty when the entry is a structural placeholder.

    confidence: "HIGH" | "MEDIUM" | "LOW"

    Confidence rating for this entry: proportion of supporting evidence relative to total documents in the set.