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

    Type Alias SpeechToTextTranslationFeatures

    SpeechToTextTranslationFeatures: Message<
        "plugnmeet.SpeechToTextTranslationFeatures",
    > & {
        isAllow: boolean;
        isAllowTranslation: boolean;
        isEnabled: boolean;
        isEnabledTranslation: boolean;
        maxNumTranLangsAllowSelecting: number;
        allowedSpeechLangs: string[];
        allowedSpeechUsers: string[];
        allowedTransLangs: string[];
        defaultSubtitleLang?: string;
    }

    deprecated use insights_features

    Type Declaration

    • isAllow: boolean

      from field: bool is_allow = 1;

    • isAllowTranslation: boolean

      from field: bool is_allow_translation = 2;

    • isEnabled: boolean

      from field: bool is_enabled = 3;

    • isEnabledTranslation: boolean

      from field: bool is_enabled_translation = 4;

    • maxNumTranLangsAllowSelecting: number

      from field: int32 max_num_tran_langs_allow_selecting = 11;

    • allowedSpeechLangs: string[]

      from field: repeated string allowed_speech_langs = 7;

    • allowedSpeechUsers: string[]

      from field: repeated string allowed_speech_users = 8;

    • allowedTransLangs: string[]

      from field: repeated string allowed_trans_langs = 9;

    • OptionaldefaultSubtitleLang?: string

      next ID: 12

      from field: optional string default_subtitle_lang = 10;

    from message plugnmeet.SpeechToTextTranslationFeatures