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 Summary
Constructors Constructor Description AcousticModels()
-
Method Summary
Modifier and Type Method Description List<AcousticModel>
getCustomizations()
Gets the customizations.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
AcousticModels
public AcousticModels()
-
-
Method Details
-
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
-