Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
docs: repaired region tag mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
b-loved-dreamer committed Oct 28, 2020
1 parent 8a42cd4 commit 6780b1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/snippets/transcribe_async.py
Expand Up @@ -48,10 +48,10 @@ def transcribe_file(speech_file):
sample_rate_hertz=16000,
language_code="en-US",
)

# [START speech_python_migration_async_response
operation = client.long_running_recognize(config=config, audio=audio)
# [END speech_python_migration_async_request]
# [START speech_python_migration_async_response

print("Waiting for operation to complete...")
response = operation.result(timeout=90)

Expand Down

0 comments on commit 6780b1a

Please sign in to comment.