Rate this page:

Deepgram

List of Deepgram models.
Add the following line to your scenario code to use the enum:

require(Modules.ASR);

Constants

conversational

Copy URL

Optimized to allow artificial intelligence technologies, such as chatbots, to interact with people in a human-like way.

default

Copy URL

The default General model.

finance

Copy URL

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

Copy URL

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

Copy URL

Optimized for everyday audio processing.

general_enhanced

Copy URL

Optimized for everyday audio processing. Applies the newest ASR module with higher accuracy.

meeting

Copy URL

Optimized for conference room settings, which include multiple speakers with a single microphone.

meeting_enhanced

Copy URL

Optimized for conference room settings, which include multiple speakers with a single microphone. Applies the newest ASR module with higher accuracy.

phonecall

Copy URL

Optimized for low-bandwidth audio phone calls.

phonecall_enhanced

Copy URL

Optimized for low-bandwidth audio phone calls. Applies the newest ASR module with higher accuracy.

video

Copy URL

Optimized for audio sourced from videos.

voicemail

Copy URL

Optimized for low-bandwidth audio clips with a single speaker. Derived from the phonecall model.