videosphere
    Preparing search index...

    Options shared by all streaming ASR adapters.

    interface StreamingAsrCreateOptions {
        apiKey: string;
        sourceLanguage: string;
        targetLanguage?: string;
        onEvent: StreamingAsrEventHandler;
    }
    Index

    Properties

    apiKey: string

    Provider API key.

    sourceLanguage: string

    Spoken source language (ISO / BCP-47).

    targetLanguage?: string

    Target language for combined STT+MT providers (Soniox). Omit for STT-only streams.

    Event sink.