| Package | Description |
|---|---|
| com.ibm.watson.developer_cloud.text_to_speech.v1 |
Text to Speech Service v1
|
| com.ibm.watson.developer_cloud.text_to_speech.v1.model |
Classes that map the HTTP service requests and responses into POJOs
|
| Modifier and Type | Method and Description |
|---|---|
ServiceCall<Voice> |
TextToSpeech.getVoice(String voiceName)
Gets the voice based on a given name.
|
ServiceCall<List<Voice>> |
TextToSpeech.getVoices()
Gets the voices.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceCall<Pronunciation> |
TextToSpeech.getPronunciation(String word,
Voice voice,
Phoneme phoneme)
Returns the phonetic pronunciation for the
word specified. |
ServiceCall<InputStream> |
TextToSpeech.synthesize(String text,
Voice voice)
Synthesize text using a voice.
|
ServiceCall<InputStream> |
TextToSpeech.synthesize(String text,
Voice voice,
AudioFormat audioFormat)
Synthesize text using a
Voice and AudioFormat. |
ServiceCall<InputStream> |
TextToSpeech.synthesize(String text,
Voice voice,
AudioFormat audioFormat,
String customizationId)
Synthesize text using a
Voice and AudioFormat. |
| Modifier and Type | Field and Description |
|---|---|
static Voice |
Voice.DE_BIRGIT
The Constant DE_BIRGIT (value is "de-DE_BirgitVoice").
|
static Voice |
Voice.DE_DIETER
The Constant DE_DIETER (value is "de-DE_DieterVoice").
|
static Voice |
Voice.DE_GIRGIT
Deprecated.
|
static Voice |
Voice.EN_ALLISON
The Constant EN_ALLISON (value is "en-US_AllisonVoice").
|
static Voice |
Voice.EN_LISA
The Constant EN_LISA (value is "en-US_LisaVoice").
|
static Voice |
Voice.EN_MICHAEL
The Constant EN_MICHAEL (value is "en-US_MichaelVoice").
|
static Voice |
Voice.ES_ENRIQUE
The Constant ES_ENRIQUE (value is "es-ES_EnriqueVoice").
|
static Voice |
Voice.ES_LAURA
The Constant ES_LAURA (value is "es-ES_LauraVoice").
|
static Voice |
Voice.ES_SOFIA
The Constant ES_SOFIA (value is "es-US_SofiaVoice").
|
static Voice |
Voice.FR_RENEE
The Constant FR_RENEE (value is "fr-FR_ReneeVoice").
|
static Voice |
Voice.GB_KATE
The Constant GB_KATE (value is "en-GB_KateVoice").
|
static Voice |
Voice.IT_FRANCESCA
The Constant IT_FRANCESCA (value is "it-IT_FrancescaVoice").
|
static Voice |
Voice.JA_EMI
The Constant JA_EMI (value is "ja-JP_EmiVoice").
|
static Voice |
Voice.PT_ISABELA
The Constant PT_ISABELA (value is "pt-BR_IsabelaVoice").
|
| Modifier and Type | Field and Description |
|---|---|
static List<Voice> |
Voice.ALL
The List of all predefined Voices.
|
| Modifier and Type | Method and Description |
|---|---|
static Voice |
Voice.getByName(String name)
Gets the Voice by its name (e.g.
|
Copyright © 2015–2016. All rights reserved.