The detector's structured output holds a single detected money-link object and an array of filler links, each entry capturing the anchor text, URL, surrounding sentence, and the reasoning behind the detection.

Withheld — proprietary.

classDiagram
    direction TB
    class DetectorOutput
    class MoneyLink
    class FillerLink
    DetectorOutput --> "0..1" MoneyLink : detects
    DetectorOutput --> "0..*" FillerLink : contains