Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.30
    Preparing search index...

    Result of classifying a single file.

    interface ClassificationResult {
    ย ย ย ย tiers: readonly Tier[];
    ย ย ย ย reasons: Record<Tier, string | null>;
    ย ย ย ย analysisSource: string;
    }
    Index
    tiers: readonly Tier[]
    reasons: Record<Tier, string | null>

    Human-readable rationale per tier (for the CSV reason column).

    analysisSource: string

    Resolved path to the analysis source (Tier A only), if any.