Riksdagsmonitor Intelligence Platform โ€” API Documentation - v0.8.15
    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