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

    Interface SynthesisFinding

    A single finding extracted from a per-file analysis

    interface SynthesisFinding {
        method: string;
        file: string;
        confidence: ConfidenceLevel;
        summary: string;
    }
    Index

    Properties

    method: string

    Source analysis method that produced this finding

    file: string

    Source filename

    confidence: ConfidenceLevel

    Confidence level from the analysis frontmatter

    summary: string

    One-line summary of the finding