plugNmeet JS SDK - v2.0.3
    Preparing search index...

    Type Alias InsightsTranscriptionConfigReq

    InsightsTranscriptionConfigReq: Message<
        "plugnmeet.InsightsTranscriptionConfigReq",
    > & {
        isEnabled: boolean;
        allowedSpokenLangs: string[];
        allowedSpeechUsers: string[];
        isEnabledTranslation: boolean;
        allowedTransLangs: string[];
        defaultSubtitleLang?: string;
        isEnabledSpeechSynthesis: boolean;
    }

    Type Declaration

    • isEnabled: boolean

      from field: bool is_enabled = 1;

    • allowedSpokenLangs: string[]

      from field: repeated string allowed_spoken_langs = 2;

    • allowedSpeechUsers: string[]

      from field: repeated string allowed_speech_users = 3;

    • isEnabledTranslation: boolean

      from field: bool is_enabled_translation = 4;

    • allowedTransLangs: string[]

      from field: repeated string allowed_trans_langs = 5;

    • OptionaldefaultSubtitleLang?: string

      from field: optional string default_subtitle_lang = 6;

    • isEnabledSpeechSynthesis: boolean

      from field: bool is_enabled_speech_synthesis = 7;

    from message plugnmeet.InsightsTranscriptionConfigReq