- 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.
- setApiRequestTimeout(int) - Method in class ai.olami.android.RecorderSpeechRecognizer
-
Set timeout in milliseconds of each HTTP API request.
- setAudioCompressLibraryType(int) - Method in class ai.olami.android.SpeechRecognizerBase
-
Set type of the audio compression library.
- setAudioRecord(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.
- setRecognizeResultType(int) - Method in class ai.olami.android.SpeechRecognizerBase
-
Set type of the recognition results of the query.
- 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.
- setSilenceLevel(int) - Method in class ai.olami.android.SpeechRecognizerBase
-
- setSilenceLevelOfVADTail(int) - Method in class ai.olami.android.SpeechRecognizerBase
-
Set level of silence volume of the VAD to stop voice recording automatically.
- 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.
- 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.
- start(NLIConfig) - 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.
- startRecognizing(NLIConfig) - 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.
- stopAndRelease() - Method in class ai.olami.android.AudioRecordManager
-
Stop and release resource.
- stopRecognizing() - Method in class ai.olami.android.KeepRecordingSpeechRecognizer
-
Stop the recognize process and wait for the final recognition result.
- stopRecordingAndReleaseResources() - Method in class ai.olami.android.KeepRecordingSpeechRecognizer
-
Stop audio recording and release all resources.