We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13b4130 commit 6a11a6dCopy full SHA for 6a11a6d
1 file changed
speech/cloud-client/README.md
@@ -154,3 +154,8 @@ Transcribe an audio file hosted on GCS with word level confidence
154
mvn exec:java -DRecognize -Dexec.args="word-level-conf gs://cloud-samples-tests/speech/brooklyn.flac"
155
```
156
157
+## Infinite Streaming
158
+Continuously stream audio to the speech API over multiple requests
159
+```
160
+mvn exec:java -DInfiniteStreamRecognize
161
0 commit comments