enable spoken punctuation
This commit is contained in:
parent
141910548a
commit
111011c643
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ def recognise():
|
|||
'sample_rate_hertz': 16000,
|
||||
'max_alternatives': 1,
|
||||
'enableAutomaticPunctuation': True,
|
||||
'enableSpokenPunctuation': True,
|
||||
'model': get_model_for_lang(lang),
|
||||
# 'metadata': {
|
||||
# 'interaction_type': 'DICTATION',
|
||||
|
|
Reference in a new issue