Type Alias InsightsTextTranslationResult
InsightsTextTranslationResult: Message<
"plugnmeet.InsightsTextTranslationResult",
> & {
sourceText: string;
sourceLang: string;
translations: { [key: string]: string };
}
Type Declaration
sourceText: string
sourceLang: string
translations: { [key: string]: string }
Generated
from field: string source_text = 1;