We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c6b154 commit 8455d72Copy full SHA for 8455d72
README.md
@@ -298,8 +298,10 @@ System.out.println(transcript);
298
299
#### WebSocket support
300
301
-Speech to Text supports WebSocket so you can use a WebSocket client like the one in: http://java-websocket.org/
302
-The websocket url is: `wss://stream.watsonplatform.net/speech-to-text/api/v1/recognize`
+Speech to Text supports WebSocket, the url is:
+ `wss://stream.watsonplatform.net/speech-to-text/api/v1/recognize`
303
+
304
+We recommend you use [this](http://java-websocket.org/) java client.
305
306
### Text to Speech
307
Use the [Text to Speech][text_to_speech] service to get the available voices to synthesize.
0 commit comments