Uses of Class
com.ibm.watson.text_to_speech.v1.model.Word
| Package | Description | 
|---|---|
| com.ibm.watson.text_to_speech.v1.model | 
- 
Uses of Word in com.ibm.watson.text_to_speech.v1.model
Methods in com.ibm.watson.text_to_speech.v1.model that return Word Modifier and Type Method Description WordWord.Builder. build()Builds a Word.Methods in com.ibm.watson.text_to_speech.v1.model that return types with arguments of type Word Modifier and Type Method Description List<Word>CustomModel. getWords()Gets the words.List<Word>AddWordsOptions. words()Gets the words.List<Word>UpdateCustomModelOptions. words()Gets the words.List<Word>Words. words()Gets the words.Methods in com.ibm.watson.text_to_speech.v1.model with parameters of type Word Modifier and Type Method Description AddWordsOptions.BuilderAddWordsOptions.Builder. addWord(Word word)Adds an word to words.UpdateCustomModelOptions.BuilderUpdateCustomModelOptions.Builder. addWord(Word word)Adds an word to words.Words.BuilderWords.Builder. addWord(Word word)Adds an word to words.Method parameters in com.ibm.watson.text_to_speech.v1.model with type arguments of type Word Modifier and Type Method Description AddWordsOptions.BuilderAddWordsOptions.Builder. words(List<Word> words)Set the words.UpdateCustomModelOptions.BuilderUpdateCustomModelOptions.Builder. words(List<Word> words)Set the words.Words.BuilderWords.Builder. words(List<Word> words)Set the words.Constructor parameters in com.ibm.watson.text_to_speech.v1.model with type arguments of type Word Constructor Description Builder(String customizationId, List<Word> words)Instantiates a new builder with required properties.Builder(List<Word> words)Instantiates a new builder with required properties.