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

    Type Alias InsightsTranscriptionFeatures

    InsightsTranscriptionFeatures: Message<
        "plugnmeet.InsightsTranscriptionFeatures",
    > & {
        isAllow: boolean;
        isAllowTranslation: boolean;
        isAllowSpeechSynthesis: boolean;
        isEnabled: boolean;
        allowedSpokenLangs: string[];
        allowedSpeechUsers: string[];
        isEnabledTranslation: boolean;
        maxSelectedTransLangs: number;
        allowedTransLangs: string[];
        defaultSubtitleLang?: string;
        isEnabledSpeechSynthesis: boolean;
    }

    Type Declaration

    • isAllow: boolean

      from field: bool is_allow = 1;

    • isAllowTranslation: boolean

      from field: bool is_allow_translation = 2;

    • isAllowSpeechSynthesis: boolean

      from field: bool is_allow_speech_synthesis = 3;

    • isEnabled: boolean

      all internal usage fields

      from field: bool is_enabled = 4;

    • allowedSpokenLangs: string[]

      from field: repeated string allowed_spoken_langs = 5;

    • allowedSpeechUsers: string[]

      from field: repeated string allowed_speech_users = 6;

    • isEnabledTranslation: boolean

      from field: bool is_enabled_translation = 7;

    • maxSelectedTransLangs: number

      from field: int32 max_selected_trans_langs = 8;

    • allowedTransLangs: string[]

      from field: repeated string allowed_trans_langs = 9;

    • OptionaldefaultSubtitleLang?: string

      from field: optional string default_subtitle_lang = 10;

    • isEnabledSpeechSynthesis: boolean

      from field: bool is_enabled_speech_synthesis = 11;

    from message plugnmeet.InsightsTranscriptionFeatures