We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fbcd1d commit a01c025Copy full SHA for a01c025
speech/cloud-client/transcribe_async.py
@@ -71,8 +71,7 @@ def transcribe_gcs(gcs_uri):
71
config = types.RecognitionConfig(
72
encoding=enums.RecognitionConfig.AudioEncoding.FLAC,
73
sample_rate_hertz=16000,
74
- language_code='en-US',
75
- enable_word_time_offsets=True)
+ language_code='en-US')
76
77
operation = client.long_running_recognize(config, audio)
78
0 commit comments