Rate this page:

createASR

Copy URL
createASR(param: 

ASRParameters

):

ASR

Creates a new speech recognizer and starts recognition. Sources can later be attached using the Call.sendMediaTo method etc. Add the following line to your scenario code to use the function:

require(Modules.ASR);

Parameters

  • ASR parameters. IMPORTANT: the profile parameter is required, the other parameters are optional.

Returns