ASRModel
Deprecated
List of available models for ASR. Note that Tinkoff VoiceKit supports only 'PHONE_CALL' model.
Add the following line to your scenario code to use the enum:
require(Modules.ASR);
Constants
COMMAND_AND_SEARCH
Deprecated
Best for short queries such as voice commands or voice search.
DEFAULT
Deprecated
Best for audio that is not one of the specific audio models. For example, long-form audio. Ideally the audio is high-fidelity, recorded at a 16khz or greater sampling rate.
PHONE_CALL
Deprecated
Best for audio that originated from a phone call (typically recorded at a 8khz sampling rate).
VIDEO
Deprecated
Best for audio that originated from video or includes multiple speakers. Ideally the audio is recorded at a 16khz or greater sampling rate. This is a premium model that costs more than the standard rate.