| Package | Description |
|---|---|
| com.ibm.watson.developer_cloud.text_to_speech.v1 |
Text to Speech Service v1
|
| Modifier and Type | Method and Description |
|---|---|
ServiceCall<List<CustomTranslation>> |
TextToSpeech.getWords(CustomVoiceModel model)
Gets all customized word translation of the given CustomVoiceModel.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceCall<Void> |
TextToSpeech.deleteWord(CustomVoiceModel model,
CustomTranslation translation)
Deletes a custom word translation.
|
ServiceCall<Void> |
TextToSpeech.saveWords(CustomVoiceModel model,
CustomTranslation... translations)
Saves or updates custom word translations.
|
Copyright © 2015–2016. All rights reserved.