Skip to content

Commit 6a11a6d

Browse files
nnegreykurtisvg
authored andcommitted
Update README (#1494)
1 parent 13b4130 commit 6a11a6d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

speech/cloud-client/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,3 +154,8 @@ Transcribe an audio file hosted on GCS with word level confidence
154154
mvn exec:java -DRecognize -Dexec.args="word-level-conf gs://cloud-samples-tests/speech/brooklyn.flac"
155155
```
156156

157+
## Infinite Streaming
158+
Continuously stream audio to the speech API over multiple requests
159+
```
160+
mvn exec:java -DInfiniteStreamRecognize
161+
```

0 commit comments

Comments
 (0)