- setEndUserIdentifier(String) - Method in class ai.olami.android.RecorderSpeechRecognizer
-
Set the identification to identify the End-user.
- setLengthOfVADEnd(int) - Method in class ai.olami.android.RecorderSpeechRecognizer
-
Set length of end time of the VAD in milliseconds to stop voice recording automatically.
- setListener(IRecorderSpeechRecognizerListener) - Method in class ai.olami.android.RecorderSpeechRecognizer
-
Set callback listener.
- setRecognizer(SpeechRecognizer) - Method in class ai.olami.android.RecorderSpeechRecognizer
-
Set speech recognizer.
- setResultQueryFrequency(int) - Method in class ai.olami.android.RecorderSpeechRecognizer
-
Set the frequency in milliseconds of the recognition result query,
then the recognizer client will query the result once every milliseconds you set.
- setSpeechUploadLength(int) - Method in class ai.olami.android.RecorderSpeechRecognizer
-
Set audio length in milliseconds to upload,
then the recognizer client will upload parts of audio once every milliseconds you set.
- setTimeout(int) - Method in class ai.olami.android.RecorderSpeechRecognizer
-
Set timeout in milliseconds of each HTTP API request.
- start() - Method in class ai.olami.android.RecorderSpeechRecognizer
-
Enable microphone then start the voice recording and the recognize processing.
- stop() - Method in class ai.olami.android.RecorderSpeechRecognizer
-
Stop the voice recorder and wait for the final recognition result.