Riksdagsmonitor Intelligence Platform - v0.7.19
    Preparing search index...

    Output of analyzeDocuments() when processing a batch of documents.

    interface BatchAnalysisResult {
        results: DocumentAnalysisResult[];
        crossDocumentLinks: DocumentLink[];
        processingTimeMs: number;
    }
    Index

    Properties

    Per-document analysis results

    crossDocumentLinks: DocumentLink[]

    Cross-document links detected across the entire batch

    processingTimeMs: number

    Wall-clock milliseconds taken to complete the batch