public class VoiceSet extends Object
| Constructor and Description |
|---|
VoiceSet() |
| Modifier and Type | Method and Description |
|---|---|
List<Voice> |
getVoices()
Gets the voices.
|
void |
setVoices(List<Voice> voices)
Sets the voices.
|
String |
toString() |
VoiceSet |
withVoice(Voice voice)
With value.
|
VoiceSet |
withVoices(List<Voice> voices)
With value.
|
public void setVoices(List<Voice> voices)
voices - the new voicespublic VoiceSet withVoice(Voice voice)
voice - the voicespublic VoiceSet withVoices(List<Voice> voices)
voices - the voicesCopyright © 2015. All rights reserved.