Riksdagsmonitor Intelligence Platform โ€” API Documentation - v0.8.54
    Preparing search index...
    • Run the document analysis framework over a set of documents and return both the per-document analysis map and the multi-perspective batch result.

      Content generators should call this once per article and pass the results into generateDeepAnalysisSection() via the frameworkAnalysis and perspectiveAnalysis options.

      Results are cached internally by the framework, so repeated calls with the same documents are cheap.

      Parameters

      Returns {
      ย ย ย ย frameworkAnalysis: Map<string, DocumentAnalysis>;
      ย ย ย ย perspectiveAnalysis: BatchAnalysisResult;
      }