videosphere
    Preparing search index...

    Interface LiveTranslationPublicMeta

    Public listen page metadata (no auth).

    interface LiveTranslationPublicMeta {
        slug: string;
        publicEnabled: boolean;
        translationReady: boolean;
        listenAvailable: boolean;
        audioLanguages: string[];
        sourceLanguage: string;
        enabledLanguages: string[];
        live: boolean;
    }
    Index

    Properties

    slug: string

    Public slug.

    publicEnabled: boolean

    Whether the page is enabled.

    translationReady: boolean

    Whether the owner has translation credentials/models configured.

    listenAvailable: boolean

    Whether listen/TTS is available for at least one target language.

    audioLanguages: string[]

    Languages that offer spoken audio: always includes source (live PCM); targets appear when a GCP TTS voice is configured.

    sourceLanguage: string

    Source language code.

    enabledLanguages: string[]

    Languages listeners may select.

    live: boolean

    Whether ingest is currently live.