Enable automatic punctuation.
This commit is contained in:
parent
b59aed8d49
commit
7a9490a372
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ def recognise():
|
|||
'language_code': lang,
|
||||
'sample_rate_hertz': 16000,
|
||||
'max_alternatives': 1,
|
||||
'enableAutomaticPunctuation': true,
|
||||
# 'metadata': {
|
||||
# 'interaction_type': 'DICTATION',
|
||||
# 'microphone_distance': 'NEARFIELD',
|
||||
|
|
Reference in a new issue