ASRModel
For ASRParameters model parameter use ASRModelList instead.
List of available models for ASR.
Note that T-Bank 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
For ASRParameters 'model' parameter use ASRModelList instead.
Best for short queries such as voice commands or voice search.
DEFAULT
For ASRParameters 'model' parameter 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
For ASRParameters 'model' parameter use ASRModelList instead.
Best for audio that originated from a phone call (typically recorded at a 8khz sampling rate).
VIDEO
For ASRParameters 'model' parameter 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.