requestMicrophoneOpen method

Speech requestMicrophoneOpen([
  1. VoiceArgs? config
])

Make a request to open the microphone on the device to accept user utterances.

Implementation

external Speech requestMicrophoneOpen([VoiceArgs? config]);