UNPKG

echogarden

Version:

An easy-to-use speech toolset. Includes tools for synthesis, recognition, alignment, speech translation, language detection, source separation and more.

3 lines 245 B
import { TranslationPair } from '../api/TextTranslation.js'; export declare function translateText(sourceText: string, sourceLanguage: string, targetLanguage: string): Promise<TranslationPair[]>; //# sourceMappingURL=NLLBTextTranslation.d.ts.map