Listening
Method
Description
StartListening
To start listening
CancelListening
To cancel listening
StopListening
To stop listening
How to start listening
public void StartListening();
To listening need to call StartListening() method exposed by VoiceManager.
How to Stop listening
public void StopListening();
To listening need to call StopListening() method exposed by VoiceManager.
How to Cancel listening
public void CancelListening();
To listening need to call CancelListening() method exposed by the VoiceManager.