Package | Description |
---|---|
com.ibm.watson.speech_to_text.v1.model |
Modifier and Type | Method and Description |
---|---|
CustomWord |
CustomWord.Builder.build()
Builds a CustomWord.
|
Modifier and Type | Method and Description |
---|---|
List<CustomWord> |
AddWordsOptions.words()
Gets the words.
|
Modifier and Type | Method and Description |
---|---|
AddWordsOptions.Builder |
AddWordsOptions.Builder.addWords(CustomWord words)
Adds an words to words.
|
Modifier and Type | Method and Description |
---|---|
AddWordsOptions.Builder |
AddWordsOptions.Builder.words(List<CustomWord> words)
Set the words.
|
Constructor and Description |
---|
Builder(String customizationId,
List<CustomWord> words)
Instantiates a new builder with required properties.
|
Copyright © 2023 IBM Cloud. All rights reserved.