| 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<InputStream> |
TextToSpeech.synthesize(String text,
Voice voice,
AudioFormat audioFormat)
Synthesize text using a
Voice and AudioFormat. |
| Modifier and Type | Method and Description |
|---|---|
static AudioFormat |
AudioFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AudioFormat[] |
AudioFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015–2016. All rights reserved.