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 222 B
import { LanguageDetectionResults } from '../api/LanguageDetectionCommon.js'; export declare function detectLanguage(text: string): Promise<LanguageDetectionResults>; //# sourceMappingURL=FastTextLanguageDetection.d.ts.map