public class ConversationBase
extends java.lang.Object
Constructor and Description |
---|
ConversationBase() |
Modifier and Type | Method and Description |
---|---|
void |
audioStart()
The microphone is turned on and data from the microphone is sent to the Speech Recognition Service.
|
void |
audioStop()
The microphone is turned off and the connection to the Speech Recognition Server is severed.
|
void |
finalize()
Should only be called when client is ready to break the connection with the Speech Recognition Server.
|
public void audioStart()
public void audioStop()
public void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable