AAI SDK
    Preparing search index...

    Interface SonioxOptions

    Options for soniox.

    interface SonioxOptions {
        languageHints?: readonly string[];
        model?: string;
    }
    Index
    languageHints?: readonly string[]

    Language hints (ISO 639-1 codes) that bias decoding toward the expected languages. Optional; auto-detection is used when omitted. Example: ["en", "es"].

    model?: string

    Streaming model. Defaults to "stt-rt-v3". Any string is forwarded verbatim so users can opt in to future models.