- SAMPLE_RATE_16000 - Static variable in class ai.olami.android.AudioRecordManager
-
- SAMPLE_RATE_44100 - Static variable in class ai.olami.android.AudioRecordManager
-
- SDK_TYPE - Static variable in class ai.olami.android.SpeechRecognizerBase
-
- setApiRequestTimeout(int) - Method in class ai.olami.android.KeepRecordingSpeechRecognizer
-
Set timeout in milliseconds of each HTTP API request.
- setAudioRecording(AudioRecord) - Method in class ai.olami.android.KeepRecordingSpeechRecognizer
-
Set AudioRecord for the KeepRecordingSpeechRecognizer instance.
- setEndUserIdentifier(String) - Method in class ai.olami.android.KeepRecordingSpeechRecognizer
-
Set the identification to identify the End-user.
- setEndUserIdentifier(String) - Method in class ai.olami.android.RecorderSpeechRecognizer
-
Set the identification to identify the End-user.
- setFrameSize(int) - Method in class ai.olami.android.SpeechRecognizerBase
-
- setFrequencyToGettingResult(int) - Method in class ai.olami.android.SpeechRecognizerBase
-
- setLengthOfVADEnd(int) - Method in class ai.olami.android.SpeechRecognizerBase
-
Set length of end time of the VAD in milliseconds to stop voice recording automatically.
- setListener(IKeepRecordingSpeechRecognizerListener) - Method in class ai.olami.android.KeepRecordingSpeechRecognizer
-
Set callback listener.
- setListener(IRecorderSpeechRecognizerListener) - Method in class ai.olami.android.RecorderSpeechRecognizer
-
Set callback listener.
- setMinFrequencyToGettingResult(int) - Method in class ai.olami.android.SpeechRecognizerBase
-
- setMinUploadAudioLengthMilliseconds(int) - Method in class ai.olami.android.SpeechRecognizerBase
-
- setRecognizer(SpeechRecognizer) - Method in class ai.olami.android.KeepRecordingSpeechRecognizer
-
Set speech recognizer.
- setRecognizer(SpeechRecognizer) - Method in class ai.olami.android.RecorderSpeechRecognizer
-
Set speech recognizer.
- setRecognizerTimeout(int) - Method in class ai.olami.android.KeepRecordingSpeechRecognizer
-
Set timeout in milliseconds of each recognize process (begin-to-end).
- setRecordDataSize(int) - Method in class ai.olami.android.SpeechRecognizerBase
-
- setResultQueryFrequency(int) - Method in class ai.olami.android.SpeechRecognizerBase
-
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.SpeechRecognizerBase
-
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.
- setUploadAudioLengthMilliseconds(int) - Method in class ai.olami.android.SpeechRecognizerBase
-
- setVADEndMilliseconds(int) - Method in class ai.olami.android.SpeechRecognizerBase
-
- SpeechRecognizerBase - Class in ai.olami.android
-
- SpeechRecognizerBase() - Constructor for class ai.olami.android.SpeechRecognizerBase
-
- start() - Method in class ai.olami.android.RecorderSpeechRecognizer
-
Enable microphone then start the voice recording and the recognize processing.
- startRecognizing() - Method in class ai.olami.android.KeepRecordingSpeechRecognizer
-
Start the recognize processing.
- startRecording() - Method in class ai.olami.android.AudioRecordManager
-
Enable microphone then start the voice recording.
- startRecording() - Method in class ai.olami.android.KeepRecordingSpeechRecognizer
-
Enable microphone then start the voice recording.
- stop() - Method in class ai.olami.android.RecorderSpeechRecognizer
-
Stop the voice recorder and wait for the final recognition result.
- stopAndReleaseAudioRecord() - Method in class ai.olami.android.AudioRecordManager
-
Stop and release microphone resource.
- stopAndReleaseAudioRecord() - Method in class ai.olami.android.KeepRecordingSpeechRecognizer
-
Stop and release microphone resource.
- stopRecognizing() - Method in class ai.olami.android.KeepRecordingSpeechRecognizer
-
Stop the recognize process and wait for the final recognition result.