Package | Description |
---|---|
com.ibm.watson.text_to_speech.v1 |
Text to Speech v1.
|
com.ibm.watson.text_to_speech.v1.model | |
com.ibm.watson.text_to_speech.v1.websocket |
This package contains interfaces and implementations to work with WebSockets in Text to Speech.
|
Modifier and Type | Method and Description |
---|---|
com.ibm.cloud.sdk.core.http.ServiceCall<InputStream> |
TextToSpeech.synthesize(SynthesizeOptions synthesizeOptions)
Synthesize audio.
|
okhttp3.WebSocket |
TextToSpeech.synthesizeUsingWebSocket(SynthesizeOptions synthesizeOptions,
SynthesizeCallback callback)
Synthesize audio.
|
Modifier and Type | Method and Description |
---|---|
SynthesizeOptions |
SynthesizeOptions.Builder.build()
Builds a SynthesizeOptions.
|
Constructor and Description |
---|
TextToSpeechWebSocketListener(SynthesizeOptions options,
SynthesizeCallback callback) |
Copyright © 2022 IBM Cloud. All rights reserved.