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