| Package | Description |
|---|---|
| com.ibm.watson.developer_cloud.text_to_speech.v1 |
Copyright 2015 IBM Corp.
|
| com.ibm.watson.developer_cloud.text_to_speech.v1.model |
Copyright 2015 IBM Corp.
|
| 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 outputFormat)
Synthesize text using a voice and format.
|
| Modifier and Type | Field and Description |
|---|---|
static Voice |
Voice.DE_DIETER
The Constant DE_DIETER (value is "de-DE_DieterVoice").
|
static Voice |
Voice.DE_GIRGIT
The Constant DE_GIRGIT (value is "de-DE_BirgitVoice").
|
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.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").
|
Copyright © 2015. All rights reserved.