Punctuation
Practice adding the option for the API to return a transcription that includes punctuation.
We'll cover the following...
By default, the transcriptions produced by the API do not contain punctuation. This lesson describes how to change the default setting and turn the punctuation on.
Modify RecognitionConfig
All STT options are set in the RecognitionConfig. Review the code below:
config = {
"language_code": language_code,
"sample_rate_hertz": sample_rate_hertz,
...