public class SpeakResponse extends ServiceResult
| Constructor and Description |
|---|
SpeakResponse()
Initializes an instance of the
SpeakResponse class |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getAudio()
Gets the audio steam byte array
|
void |
setAudio(byte[] audio)
Sets the audio byte array of the stream
|
getException, getStateObject, getStatus, setException, setStateObject, setStatus, toStringpublic SpeakResponse()
SpeakResponse class