Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface DecibenchVoiceLiveDriftResult

    interface DecibenchVoiceLiveDriftResult {
        decibenchEvidenceCoverage0to1: number;
        missingReasons: string[];
        receipt: LiveDriftReceipt;
        rowProofs: DecibenchVoiceRowProof[];
        sourceProof: DecibenchVoiceSourceProof;
        watchAlerts: LiveDriftWatchAlert[];
    }
    Index
    decibenchEvidenceCoverage0to1: number
    missingReasons: string[]
    watchAlerts: LiveDriftWatchAlert[]