Last updated
Last updated
public void StartListening();
To listening need to call StartListening() method exposed by VoiceManager.
public void StopListening();
To listening need to call StopListening() method exposed by VoiceManager.
public void CancelListening();
To listening need to call CancelListening() method exposed by the VoiceManager.
StartListening
To start listening
CancelListening
To cancel listening
StopListening
To stop listening