public class Speech extends Object implements Serializable
Constructor and Description |
---|
Speech() |
Speech(byte[] audio,
String audioType,
String voiceType) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
byte[] |
getAudio()
Gets the audio value for this Speech.
|
String |
getAudioType()
Gets the audioType value for this Speech.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
メタデータオブジェクトの型を返却 / [en]-(Return type metadata object)
|
String |
getVoiceType()
Gets the voiceType value for this Speech.
|
int |
hashCode() |
void |
setAudio(byte[] audio)
Sets the audio value for this Speech.
|
void |
setAudioType(String audioType)
Sets the audioType value for this Speech.
|
void |
setVoiceType(String voiceType)
Sets the voiceType value for this Speech.
|
public byte[] getAudio()
public void setAudio(byte[] audio)
audio
- public String getAudioType()
public void setAudioType(String audioType)
audioType
- public String getVoiceType()
public void setVoiceType(String voiceType)
voiceType
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)