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

    Type Alias InsightsTextTranslationResult

    InsightsTextTranslationResult: Message<
        "plugnmeet.InsightsTextTranslationResult",
    > & {
        sourceText: string;
        sourceLang: string;
        translations: { [key: string]: string };
    }

    Type Declaration

    • sourceText: string

      from field: string source_text = 1;

    • sourceLang: string

      from field: string source_lang = 2;

    • translations: { [key: string]: string }

      map of lang_code -> translated_text

      from field: map<string, string> translations = 3;

    from message plugnmeet.InsightsTextTranslationResult