| Package | Description |
|---|---|
| com.ibm.watson.developer_cloud.text_to_speech.v1 |
The Text to Speech service understands text and natural language to
generate synthesized audio output complete with appropriate cadence and
intonation.
|
| com.ibm.watson.developer_cloud.text_to_speech.v1.model |
Text To Speech POJOs
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
TextToSpeech.synthesize(String text,
Voice voice)
Synthesize.
|
InputStream |
TextToSpeech.synthesize(String text,
Voice voice,
String format)
Synthesize.
|
| Modifier and Type | Field and Description |
|---|---|
static Voice |
Voice.EN_ALLISON |
static Voice |
Voice.EN_LISA |
static Voice |
Voice.EN_MICHAEL |
static Voice |
Voice.ES_ENRIQUE |
| Modifier and Type | Method and Description |
|---|---|
List<Voice> |
VoiceSet.getVoices()
Gets the voices.
|
| Modifier and Type | Method and Description |
|---|---|
VoiceSet |
VoiceSet.withVoice(Voice voice)
With value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VoiceSet.setVoices(List<Voice> voices)
Sets the voices.
|
VoiceSet |
VoiceSet.withVoices(List<Voice> voices)
With value.
|
Copyright © 2015. All rights reserved.