public class Speech extends Object implements Serializable
Constructor and Description |
---|
Speech() |
Speech(String voiceType,
String audioType,
byte[] audio) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object value) |
byte[] |
getAudio() |
String |
getAudioType() |
String |
getVoiceType() |
int |
hashCode() |
void |
setAudio(byte[] audio) |
void |
setAudioType(String audioType) |
void |
setVoiceType(String voiceType) |
String |
toString() |