Skip to content

No punctuation in dialogue box and not able to correctly slow down the automatic speech recognition #966

Closed Answered by deepgram-community bot
Mathijs1985 asked this question in General help
Discussion options

You must be logged in to vote

I'm sorry to hear that you're having trouble with the automatic speech recognition speed and punctuation in the transcribed text. Let's try to address these issues one by one.

For the punctuation issue, Deepgram's Dictation feature might be what you need. It converts spoken dictation commands into their corresponding punctuation marks. To enable Dictation, set the dictation parameter to true in your API request. Note that the punctuate parameter must also be enabled for Dictation to work. Here's an example of how to do this:

curl \
  --request POST \
  --header 'Authorization: Token YOUR_DEEPGRAM_API_KEY' \
  --header 'Content-Type: audio/wav' \
  --data-binary @youraudio.wav \
  --url '<…

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@Mathijs1985
Comment options

Comment options

You must be logged in to vote
1 reply
@Mathijs1985
Comment options

Comment options

You must be logged in to vote
1 reply
@Mathijs1985
Comment options

Answer selected by deepgram-community
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant