diff --git a/asr/__init__.py b/asr/__init__.py index 177edff..52d6c61 100644 --- a/asr/__init__.py +++ b/asr/__init__.py @@ -69,7 +69,7 @@ def recognise(): 'language_code': lang, 'sample_rate_hertz': 16000, 'max_alternatives': 1, - 'enableAutomaticPunctuation': true, + 'enableAutomaticPunctuation': True, # 'metadata': { # 'interaction_type': 'DICTATION', # 'microphone_distance': 'NEARFIELD',