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

    Type Alias InsightsTranslateTextReq

    InsightsTranslateTextReq: Message<"plugnmeet.InsightsTranslateTextReq"> & {
        text: string;
        sourceLang: string;
        targetLangs: string[];
    }

    Type Declaration

    • text: string

      from field: string text = 1;

    • sourceLang: string

      from field: string source_lang = 2;

    • targetLangs: string[]

      from field: repeated string target_langs = 3;

    from message plugnmeet.InsightsTranslateTextReq