Class CustomModels
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.text_to_speech.v1.model.CustomModels
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CustomModels
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Information about existing custom models.
-
Constructor Summary
Constructors Constructor Description CustomModels()
-
Method Summary
Modifier and Type Method Description List<CustomModel>
getCustomizations()
Gets the customizations.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
CustomModels
public CustomModels()
-
-
Method Details
-
getCustomizations
Gets the customizations.An array of `CustomModel` objects that provides information about each available custom model. The array is empty if the requesting credentials own no custom models (if no language is specified) or own no custom models for the specified language.
- Returns:
- the customizations
-