From 1a6ea47faec163718c448025b440b398ea9dcda4 Mon Sep 17 00:00:00 2001 From: Anna Levenberg Date: Wed, 4 Oct 2023 10:04:03 -0400 Subject: [PATCH] fix usage --- speech/api/streaming_transcribe_coroutines.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/speech/api/streaming_transcribe_coroutines.cc b/speech/api/streaming_transcribe_coroutines.cc index 0a9decc..cf619a3 100644 --- a/speech/api/streaming_transcribe_coroutines.cc +++ b/speech/api/streaming_transcribe_coroutines.cc @@ -30,7 +30,7 @@ using RecognizeStream = ::google::cloud::AsyncStreamingReadWriteRpc< speech::v1::StreamingRecognizeResponse>; auto constexpr kUsage = R"""(Usage: - streaming_transcribe_singlethread [--bitrate N] audio.(raw|ulaw|flac|amr|awb) + streaming_transcribe_coroutines [--bitrate N] audio.(raw|ulaw|flac|amr|awb) )"""; // Print the responses as they are received.