EU Parliament Monitor — API Documentation - v0.8.20
    Preparing search index...

    Interface SignificanceScoringInput

    Input for a single event to be scored

    interface SignificanceScoringInput {
        title: string;
        reference?: string;
        parliamentarySignificance: number;
        policyImpact: number;
        publicInterest: number;
        temporalUrgency: number;
        institutionalRelevance: number;
    }
    Index

    Properties

    title: string

    Human-readable event title

    reference?: string

    EP reference identifier (procedure ID, adopted text ref, etc.)

    parliamentarySignificance: number

    Raw dimension scores provided by the caller (each 0–10)

    policyImpact: number
    publicInterest: number
    temporalUrgency: number
    institutionalRelevance: number