Rate this page:

ASRModel

Deprecated

For ASRParameters 'model' parameter use ASRModelList instead.

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

DEFAULT

Deprecated
Copy URL

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

Deprecated
Copy URL

For ASRParameters 'model' parameter use ASRModelList instead.

Best for audio that originated from a phone call (typically recorded at a 8khz sampling rate).

VIDEO

Deprecated
Copy URL

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.