Skip to content

Commit

Permalink
Remove old parameter enable_word_time_offsets [(#1054)](GoogleCloudPl…
Browse files Browse the repository at this point in the history
  • Loading branch information
remi Taylor authored and Jon Wayne Parrott committed Aug 4, 2017
1 parent 4118597 commit 466a5af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions samples/snippets/transcribe_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ def transcribe_gcs(gcs_uri):
config = types.RecognitionConfig(
encoding=enums.RecognitionConfig.AudioEncoding.FLAC,
sample_rate_hertz=16000,
language_code='en-US',
enable_word_time_offsets=True)
language_code='en-US')

operation = client.long_running_recognize(config, audio)

Expand Down

0 comments on commit 466a5af

Please sign in to comment.