Member Junction
    Preparing search index...

    Interface RealtimeTurnDetectionSettings

    Normalized turn-detection settings. Every field optional; absent fields contribute nothing. Profiles translate to their native wire fields and ignore what they have no mapping for.

    interface RealtimeTurnDetectionSettings {
        Eagerness?: "auto" | "low" | "high";
        Mode?: RealtimeTurnDetectionMode;
        SilenceDurationMs?: number;
        Threshold?: number;
    }
    Index

    Properties

    Eagerness?: "auto" | "low" | "high"

    Semantic-VAD aggressiveness (OpenAI eagerness); ignored by profiles without a mapping.

    The normalized mode; absent = 'default'.

    SilenceDurationMs?: number

    Server-VAD trailing-silence duration in ms; ignored by profiles without a mapping.

    Threshold?: number

    Server-VAD activation threshold (0–1); ignored by profiles without a mapping.