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 8a5fb32 commit 6cc9ff1Copy full SHA for 6cc9ff1
speech/snippets/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