Class | Description |
---|---|
AvsExpectSpeechItem | |
AvsListenItem | Deprecated
Check for
AvsExpectSpeechItem instead |
SpeechSendAudio |
A subclass of
SpeechSendEvent that sends a RequestBody to the AVS servers, this request body can either be a byte[]
straight write, or a threaded write loop based on incoming data (recorded audio). |
SpeechSendEvent | |
SpeechSendText |
A subclass of
SpeechSendEvent that allows an arbitrary text string to be sent to the AVS servers, translated through Google's text to speech engine
This speech is rendered using the VoiceHelper utility class, and is done on whatever thread this call is running |
SpeechSendVoice | Deprecated
Use
SpeechSendAudio instead, either with a byte[] or using the streamed RequestBody |