Uses of Class
com.ibm.watson.text_to_speech.v1.model.AddWordOptions.Builder
| Package | Description |
|---|---|
| com.ibm.watson.text_to_speech.v1.model |
-
Uses of AddWordOptions.Builder in com.ibm.watson.text_to_speech.v1.model
Methods in com.ibm.watson.text_to_speech.v1.model that return AddWordOptions.Builder Modifier and Type Method Description AddWordOptions.BuilderAddWordOptions.Builder. customizationId(String customizationId)Set the customizationId.AddWordOptions.BuilderAddWordOptions. newBuilder()New builder.AddWordOptions.BuilderAddWordOptions.Builder. partOfSpeech(String partOfSpeech)Set the partOfSpeech.AddWordOptions.BuilderAddWordOptions.Builder. translation(Translation translation)Set the translation.AddWordOptions.BuilderAddWordOptions.Builder. translation(String translation)Set the translation.AddWordOptions.BuilderAddWordOptions.Builder. word(String word)Set the word.