public class TrainLanguageModelOptions extends GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static class  | TrainLanguageModelOptions.BuilderBuilder. | 
| static interface  | TrainLanguageModelOptions.WordTypeToAddThe type of words from the custom language model's words resource on which to train the model: * `all` (the
 default) trains the model on all new words, regardless of whether they were extracted from corpora or were added or
 modified by the user. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | customizationId()Gets the customizationId. | 
| java.lang.Double | customizationWeight()Gets the customizationWeight. | 
| TrainLanguageModelOptions.Builder | newBuilder()New builder. | 
| java.lang.String | wordTypeToAdd()Gets the wordTypeToAdd. | 
equals, hashCode, toStringpublic TrainLanguageModelOptions.Builder newBuilder()
public java.lang.String customizationId()
public java.lang.String wordTypeToAdd()
public java.lang.Double customizationWeight()