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.Builder
AddWordOptions.Builder. customizationId(String customizationId)
Set the customizationId.AddWordOptions.Builder
AddWordOptions. newBuilder()
New builder.AddWordOptions.Builder
AddWordOptions.Builder. partOfSpeech(String partOfSpeech)
Set the partOfSpeech.AddWordOptions.Builder
AddWordOptions.Builder. translation(Translation translation)
Set the translation.AddWordOptions.Builder
AddWordOptions.Builder. translation(String translation)
Set the translation.AddWordOptions.Builder
AddWordOptions.Builder. word(String word)
Set the word.