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

    Full AI SWOT analysis for a single stakeholder

    interface AISwotAnalysis {
    ย ย ย ย stakeholder: string;
    ย ย ย ย perspective: StakeholderPerspective;
    ย ย ย ย strengths: AISwotEntry[];
    ย ย ย ย weaknesses: AISwotEntry[];
    ย ย ย ย opportunities: AISwotEntry[];
    ย ย ย ย threats: AISwotEntry[];
    ย ย ย ย crossReferences: SwotCrossReference[];
    ย ย ย ย confidenceScore: number;
    }
    Index

    Properties

    stakeholder: string
    strengths: AISwotEntry[]
    weaknesses: AISwotEntry[]
    opportunities: AISwotEntry[]
    threats: AISwotEntry[]
    crossReferences: SwotCrossReference[]
    confidenceScore: number

    Overall analytical confidence (0โ€“1)