ASRModel
Use ASRModelList instead
List of available models for ASR. Note that Tinkoff VoiceKit supports only 'PHONE_CALL'. Add the following line to your scenario code to use the enum:
require(Modules.ASR);
Constants
COMMAND_AND_SEARCH
Use ASRModelList instead
Best for short queries such as voice commands or voice search.
DEFAULT
Use ASRModelList instead
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
Use ASRModelList instead
Best for audio that originated from a phone call (typically recorded at an 8khz sampling rate).
VIDEO
Use ASRModelList instead
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.