UNPKG

sber-salute-speech-recognition

Version:

A library that produces audio transcriptions using the SBER Salute Speech service.

5 lines (4 loc) 270 B
export declare const SPEECH_BASE_URL = "https://smartspeech.sber.ru/rest/v1"; export declare const SPEECH_TOKEN_URL = "https://ngw.devices.sberbank.ru:9443/api/v2/oauth"; export declare const MAX_WAIT_TIME: number; export declare const RECOGNITION_POLLING_DELAY = 1000;