Uses of Class
com.ibm.watson.text_to_speech.v1.model.CustomModel
| Package | Description |
|---|---|
| com.ibm.watson.text_to_speech.v1 |
Text to Speech v1.
|
| com.ibm.watson.text_to_speech.v1.model |
-
Uses of CustomModel in com.ibm.watson.text_to_speech.v1
Methods in com.ibm.watson.text_to_speech.v1 that return types with arguments of type CustomModel Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<CustomModel>TextToSpeech. createCustomModel(CreateCustomModelOptions createCustomModelOptions)Create a custom model.com.ibm.cloud.sdk.core.http.ServiceCall<CustomModel>TextToSpeech. getCustomModel(GetCustomModelOptions getCustomModelOptions)Get a custom model. -
Uses of CustomModel in com.ibm.watson.text_to_speech.v1.model
Methods in com.ibm.watson.text_to_speech.v1.model that return CustomModel Modifier and Type Method Description CustomModelVoice. getCustomization()Gets the customization.Methods in com.ibm.watson.text_to_speech.v1.model that return types with arguments of type CustomModel Modifier and Type Method Description List<CustomModel>CustomModels. getCustomizations()Gets the customizations.