Skip to content

Commit 6cc9ff1

Browse files
remi Taylortelpirion
remi Taylor
authored andcommitted
Remove old parameter enable_word_time_offsets [(#1054)](#1054)
1 parent 8a5fb32 commit 6cc9ff1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

speech/snippets/transcribe_async.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ def transcribe_gcs(gcs_uri):
7171
config = types.RecognitionConfig(
7272
encoding=enums.RecognitionConfig.AudioEncoding.FLAC,
7373
sample_rate_hertz=16000,
74-
language_code='en-US',
75-
enable_word_time_offsets=True)
74+
language_code='en-US')
7675

7776
operation = client.long_running_recognize(config, audio)
7877

0 commit comments

Comments
 (0)