You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need provision to set azure's speech recognition mode. For this we need to do the following:
a. In verb-specifications provide azureOptions.speechRecognitionMode property, this property is defined as string with allowed values as CONVERSATION, DICTATION and INTERACTIVE
b. If property is specified in azureOptions, send the value of the property as a channel variable (AZURE_RECOGNITION_MODE) to freeswitch azure module from feature-server
c. In freeswitch mod_azure_transcribe module, read AZURE_RECOGNITION_MODE property value and if the property value is set, configure it to be sent to azure for speech-to-text
The text was updated successfully, but these errors were encountered:
rammohan-y
added a commit
to rammohan-y/verb-specifications
that referenced
this issue
Jan 24, 2025
Need provision to set azure's speech recognition mode. For this we need to do the following:
a. In verb-specifications provide azureOptions.speechRecognitionMode property, this property is defined as string with allowed values as CONVERSATION, DICTATION and INTERACTIVE
b. If property is specified in azureOptions, send the value of the property as a channel variable (AZURE_RECOGNITION_MODE) to freeswitch azure module from feature-server
c. In freeswitch mod_azure_transcribe module, read AZURE_RECOGNITION_MODE property value and if the property value is set, configure it to be sent to azure for speech-to-text
The text was updated successfully, but these errors were encountered: