Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c991446

Browse filesBrowse files
remi Taylorbusunkim96
authored andcommitted
Remove old parameter enable_word_time_offsets [(#1054)](GoogleCloudPlatform/python-docs-samples#1054)
1 parent 7528207 commit c991446
Copy full SHA for c991446

File tree

Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed

‎packages/google-cloud-python-speech/samples/snippets/transcribe_async.py

Copy file name to clipboardExpand all lines: packages/google-cloud-python-speech/samples/snippets/transcribe_async.py
+1-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.