Skip to content

Commit

Permalink
fix usage
Browse files Browse the repository at this point in the history
  • Loading branch information
alevenberg committed Oct 4, 2023
1 parent 0491908 commit 1a6ea47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speech/api/streaming_transcribe_coroutines.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1a6ea47

Please sign in to comment.