Class AcousticModels

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.speech_to_text.v1.model.AcousticModels
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class AcousticModels
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Information about existing custom acoustic models.
  • Constructor Details

    • AcousticModels

      public AcousticModels()
  • Method Details

    • getCustomizations

      public List<AcousticModel> getCustomizations()
      Gets the customizations.

      An array of `AcousticModel` objects that provides information about each available custom acoustic model. The array is empty if the requesting credentials own no custom acoustic models (if no language is specified) or own no custom acoustic models for the specified language.

      Returns:
      the customizations