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 Word
Word.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.Builder
AddWordsOptions.Builder. addWord(Word word)
Adds an word to words.UpdateCustomModelOptions.Builder
UpdateCustomModelOptions.Builder. addWord(Word word)
Adds an word to words.Words.Builder
Words.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.Builder
AddWordsOptions.Builder. words(List<Word> words)
Set the words.UpdateCustomModelOptions.Builder
UpdateCustomModelOptions.Builder. words(List<Word> words)
Set the words.Words.Builder
Words.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.