Interface CreateLanguageModelOptions.BaseModelName

Enclosing class:
CreateLanguageModelOptions

public static interface CreateLanguageModelOptions.BaseModelName
The name of the base language model that is to be customized by the new custom language model. The new custom model can be used only with the base model that it customizes.

To determine whether a base model supports language model customization, use the **Get a model** method and check that the attribute `custom_language_model` is set to `true`. You can also refer to [Language support for customization](https://cloud.ibm.com/docs/speech-to-text?topic=speech-to-text-customization#languageSupport).