SongGuess
    Preparing search index...

    Interface Ai_Cf_Deepgram_Flux_Input

    interface Ai_Cf_Deepgram_Flux_Input {
        eager_eot_threshold?: string;
        encoding: "linear16";
        eot_threshold?: string;
        eot_timeout_ms?: string;
        keyterm?: string;
        mip_opt_out?: "true" | "false";
        sample_rate: string;
        tag?: string;
    }
    Index

    Properties

    eager_eot_threshold?: string

    End-of-turn confidence required to fire an eager end-of-turn event. When set, enables EagerEndOfTurn and TurnResumed events. Valid Values 0.3 - 0.9.

    encoding: "linear16"

    Encoding of the audio stream. Currently only supports raw signed little-endian 16-bit PCM.

    eot_threshold?: string

    End-of-turn confidence required to finish a turn. Valid Values 0.5 - 0.9.

    eot_timeout_ms?: string

    A turn will be finished when this much time has passed after speech, regardless of EOT confidence.

    keyterm?: string

    Keyterm prompting can improve recognition of specialized terminology. Pass multiple keyterm query parameters to boost multiple keyterms.

    mip_opt_out?: "true" | "false"

    Opts out requests from the Deepgram Model Improvement Program. Refer to Deepgram Docs for pricing impacts before setting this to true. https://dpgr.am/deepgram-mip

    sample_rate: string

    Sample rate of the audio stream in Hz.

    tag?: string

    Label your requests for the purpose of identification during usage reporting