Uses of Class
com.vonage.client.voice.TalkPayload.Builder
Packages that use TalkPayload.Builder
-
Uses of TalkPayload.Builder in com.vonage.client.voice
Methods in com.vonage.client.voice that return TalkPayload.BuilderModifier and TypeMethodDescriptionstatic TalkPayload.BuilderEntry point for constructing an instance of this class.TalkPayload.Builder.language(TextToSpeechLanguage language) The speech language to use.TalkPayload.Builder.level(double level) The volume level that the speech is played.TalkPayload.Builder.loop(int loop) The number of times to repeat the message.TalkPayload.Builder.premium(boolean premium) Specify whether to use the premium version of the specified style if available.TalkPayload.Builder.style(int style) The vocal style (vocal range, tessitura, and timbre) to use for text-to-speech.