Deepgram
List of Deepgram ASR models.
Add the following line to your scenario code to use the enum:
require(Modules.ASR);
Constants
conversational
Optimized to allow artificial intelligence technologies, such as chatbots, to interact with people in a human-like way.
default
The default General model.
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
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
Optimized for everyday audio processing.
general_enhanced
Optimized for everyday audio processing. Applies the newest ASR module with higher accuracy.
meeting
Optimized for conference room settings, which include multiple speakers with a single microphone.
meeting_enhanced
Optimized for conference room settings, which include multiple speakers with a single microphone. Applies the newest ASR module with higher accuracy.
phonecall
Optimized for low-bandwidth audio phone calls.
phonecall_enhanced
Optimized for low-bandwidth audio phone calls. Applies the newest ASR module with higher accuracy.
video
Optimized for audio sourced from videos.
voicemail
Optimized for low-bandwidth audio clips with a single speaker. Derived from the phonecall model.