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 Details

    • LanguageModels

      public LanguageModels()
  • Method Details

    • getCustomizations

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