Uses of Interface
com.ibm.watson.text_to_speech.v1.websocket.SynthesizeCallback
Package | Description |
---|---|
com.ibm.watson.text_to_speech.v1 |
Text to Speech v1.
|
com.ibm.watson.text_to_speech.v1.websocket |
This package contains interfaces and implementations to work with WebSockets in Text to Speech.
|
-
Uses of SynthesizeCallback in com.ibm.watson.text_to_speech.v1
Methods in com.ibm.watson.text_to_speech.v1 with parameters of type SynthesizeCallback Modifier and Type Method Description okhttp3.WebSocket
TextToSpeech. synthesizeUsingWebSocket(SynthesizeOptions synthesizeOptions, SynthesizeCallback callback)
Synthesize audio. -
Uses of SynthesizeCallback in com.ibm.watson.text_to_speech.v1.websocket
Classes in com.ibm.watson.text_to_speech.v1.websocket that implement SynthesizeCallback Modifier and Type Class Description class
BaseSynthesizeCallback
Constructors in com.ibm.watson.text_to_speech.v1.websocket with parameters of type SynthesizeCallback Constructor Description TextToSpeechWebSocketListener(SynthesizeOptions options, SynthesizeCallback callback)