| 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 |
|---|---|
List<Voice> |
TextToSpeech.getVoices()
Gets the voices.
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
TextToSpeech.synthesize(String text,
Voice voice)
Synthesize text using a voice
|
InputStream |
TextToSpeech.synthesize(String text,
Voice voice,
String format)
Synthesize text using a voice and format
|
| Modifier and Type | Field and Description |
|---|---|
static Voice |
Voice.DE_DIETER
The Constant DE_DIETER.
|
static Voice |
Voice.DE_GIRGIT
The Constant DE_GIRGIT.
|
static Voice |
Voice.EN_ALLISON
The Constant EN_ALLISON.
|
static Voice |
Voice.EN_LISA
The Constant EN_LISA.
|
static Voice |
Voice.EN_MICHAEL
The Constant EN_MICHAEL.
|
static Voice |
Voice.ES_ENRIQUE
The Constant ES_ENRIQUE.
|
static Voice |
Voice.ES_LAURA
The Constant ES_LAURA.
|
static Voice |
Voice.ES_SOFIA
The Constant ES_SOFIA.
|
static Voice |
Voice.FR_RENEE
The Constant FR_RENEE.
|
static Voice |
Voice.GB_KATE
The Constant GB_KATE.
|
static Voice |
Voice.IT_FRANCESCA
The Constant IT_FRANCESCA.
|
Copyright © 2015. All rights reserved.