Uses of Class
com.ibm.watson.text_to_speech.v1.model.SynthesizeOptions.Builder
| Package | Description |
|---|---|
| com.ibm.watson.text_to_speech.v1.model |
-
Uses of SynthesizeOptions.Builder in com.ibm.watson.text_to_speech.v1.model
Methods in com.ibm.watson.text_to_speech.v1.model that return SynthesizeOptions.Builder Modifier and Type Method Description SynthesizeOptions.BuilderSynthesizeOptions.Builder. accept(String accept)Set the accept.SynthesizeOptions.BuilderSynthesizeOptions.Builder. customizationId(String customizationId)Set the customizationId.SynthesizeOptions.BuilderSynthesizeOptions. newBuilder()New builder.SynthesizeOptions.BuilderSynthesizeOptions.Builder. text(String text)Set the text.SynthesizeOptions.BuilderSynthesizeOptions.Builder. timings(List<String> timings)Set the timings.SynthesizeOptions.BuilderSynthesizeOptions.Builder. voice(String voice)Set the voice.