Deepgram
List of Deepgram ASR models. Can be passed via the ASRParameters.model parameter.
Add the following line to your scenario code to use the enum:
require(Modules.ASR);
Consts
conversational
conversational: Optimized to allow artificial intelligence technologies, such as chatbots, to interact with people in a human-like way.
finance
finance: Optimized for multiple speakers with varying audio quality, such as might be found on a typical earnings call. Vocabulary is heavily finance oriented.
finance_enhanced
finance_enhanced: Optimized for multiple speakers with varying audio quality, such as might be found on a typical earnings call. Vocabulary is heavily finance oriented. Applies the newest ASR module with higher accuracy.
general_enhanced
general_enhanced: Optimized for everyday audio processing. Applies the newest ASR module with higher accuracy.
meeting
meeting: Optimized for conference room settings, which include multiple speakers with a single microphone.
meeting_enhanced
meeting_enhanced: Optimized for conference room settings, which include multiple speakers with a single microphone. Applies the newest ASR module with higher accuracy.
nova2_conversationalai
nova2_conversationalai: Optimized for use cases in which a human is talking to an automated bot, such as IVR, a voice assistant, or an automated kiosk.
nova2_finance
nova2_finance: Optimized for multiple speakers with varying audio quality, such as might be found on a typical earnings call. Vocabulary is heavily finance oriented.
nova2_meeting
nova2_meeting: Optimized for conference room settings, which include multiple speakers with a single microphone.
nova2_voicemail
nova2_voicemail: Optimized for low-bandwidth audio clips with a single speaker. Derived from the phonecall model.
phonecall_enhanced
phonecall_enhanced: Optimized for low-bandwidth audio phone calls. Applies the newest ASR module with higher accuracy.
voicemail
voicemail: Optimized for low-bandwidth audio clips with a single speaker. Derived from the phonecall model.