diff --git a/samples/snippets/transcribe_async.py b/samples/snippets/transcribe_async.py index d1ce6c7b..8530e4db 100644 --- a/samples/snippets/transcribe_async.py +++ b/samples/snippets/transcribe_async.py @@ -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)