Riksdagsmonitor Intelligence Platform โ€” API Documentation - v0.8.15
    Preparing search index...

    A detected relationship between two documents

    interface DocumentLink {
    ย ย ย ย sourceId: string;
    ย ย ย ย targetId: string;
    ย ย ย ย type: DocumentLinkType;
    ย ย ย ย reason: string;
    ย ย ย ย confidence: number;
    }
    Index

    Properties

    sourceId: string

    dok_id of the source document

    targetId: string

    dok_id of the related document

    Nature of the relationship

    reason: string

    Human-readable explanation

    confidence: number

    Confidence score for this link (0โ€“100)