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

    Configuration for the analysis pipeline stage

    interface AnalysisStageOptions {
        articleTypes: readonly ArticleCategory[];
        date: string;
        outputDir: string;
        enabledMethods?: readonly AnalysisMethod[];
        skipCompleted?: boolean;
        verbose?: boolean;
    }
    Index

    Properties

    articleTypes: readonly ArticleCategory[]

    Article categories to analyse

    date: string

    ISO date string (YYYY-MM-DD) for this analysis run

    outputDir: string

    Base output directory (e.g. 'analysis-output')

    enabledMethods?: readonly AnalysisMethod[]

    Which methods to run; defaults to ALL_ANALYSIS_METHODS

    skipCompleted?: boolean

    When true, skip already-completed methods from a prior run on the same date

    verbose?: boolean

    Emit verbose progress messages to stdout