Uses of Class
com.ibm.watson.speech_to_text.v1.model.CustomWord
| Package | Description |
|---|---|
| com.ibm.watson.speech_to_text.v1.model |
-
Uses of CustomWord in com.ibm.watson.speech_to_text.v1.model
Methods in com.ibm.watson.speech_to_text.v1.model that return CustomWord Modifier and Type Method Description CustomWordCustomWord.Builder. build()Builds a CustomWord.Methods in com.ibm.watson.speech_to_text.v1.model that return types with arguments of type CustomWord Modifier and Type Method Description List<CustomWord>AddWordsOptions. words()Gets the words.Methods in com.ibm.watson.speech_to_text.v1.model with parameters of type CustomWord Modifier and Type Method Description AddWordsOptions.BuilderAddWordsOptions.Builder. addWords(CustomWord words)Adds an words to words.Method parameters in com.ibm.watson.speech_to_text.v1.model with type arguments of type CustomWord Modifier and Type Method Description AddWordsOptions.BuilderAddWordsOptions.Builder. words(List<CustomWord> words)Set the words.Constructor parameters in com.ibm.watson.speech_to_text.v1.model with type arguments of type CustomWord Constructor Description Builder(String customizationId, List<CustomWord> words)Instantiates a new builder with required properties.