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

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • CustomModels

      public CustomModels()
  • Method Details

    • getCustomizations

      public List<CustomModel> 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