Skip navigation links
A C D E F G I K O R S V 

A

ai.olami.android - package ai.olami.android
 
ai.olami.android.jni - package ai.olami.android.jni
 
AUDIO_COMPRESS_LIBRARY_TYPE_CPP - Static variable in class ai.olami.android.SpeechRecognizerBase
 
AUDIO_COMPRESS_LIBRARY_TYPE_JAVA - Static variable in class ai.olami.android.SpeechRecognizerBase
 
AudioRecordManager - Class in ai.olami.android
 
AudioRecordManager() - Constructor for class ai.olami.android.AudioRecordManager
 

C

cancel() - Method in class ai.olami.android.RecorderSpeechRecognizer
Cancel all processes and give up to get recognition result.
cancelRecognizing() - Method in class ai.olami.android.KeepRecordingSpeechRecognizer
Cancel all processes and give up to get recognition result.
close() - Method in class ai.olami.android.jni.Codec
 
Codec - Class in ai.olami.android.jni
 
Codec() - Constructor for class ai.olami.android.jni.Codec
 
convert441To16(short[], byte[]) - Static method in class ai.olami.android.AudioRecordManager
Convert audio sample rate from 44100 to 16000.
create() - Static method in class ai.olami.android.AudioRecordManager
Create a KeepRecordingSpeechRecognizer instance by a specified speech recognizer.
create(IKeepRecordingSpeechRecognizerListener, APIConfiguration) - Static method in class ai.olami.android.KeepRecordingSpeechRecognizer
Create a KeepRecordingSpeechRecognizer instance.
create(IKeepRecordingSpeechRecognizerListener, SpeechRecognizer) - Static method in class ai.olami.android.KeepRecordingSpeechRecognizer
Create a KeepRecordingSpeechRecognizer instance by a specified speech recognizer.
create(IRecorderSpeechRecognizerListener, APIConfiguration) - Static method in class ai.olami.android.RecorderSpeechRecognizer
Create a RecorderSpeechRecognizer instance.
create(IRecorderSpeechRecognizerListener, SpeechRecognizer) - Static method in class ai.olami.android.RecorderSpeechRecognizer
Create a RecorderSpeechRecognizer instance by a specified speech recognizer.

D

decode(byte[], short[], int) - Method in class ai.olami.android.jni.Codec
 

E

enableAutoStopRecording(boolean) - Method in class ai.olami.android.RecorderSpeechRecognizer
Enable or disable automatic stop voice recording.
enableSaveRecordToFIle(boolean) - Method in class ai.olami.android.KeepRecordingSpeechRecognizer
Enable/Disable to save the recorded audio to file.
enableSaveRecordToFile(boolean, String) - Method in class ai.olami.android.KeepRecordingSpeechRecognizer
Enable/Disable to save the recorded audio to file.
enableSaveRecordToFile(boolean, String) - Method in class ai.olami.android.RecorderSpeechRecognizer
Enable/Disable to save the recorded audio to file.
encode(short[], int, int, byte[]) - Method in class ai.olami.android.jni.Codec
 
encodeByte(byte[], int, int, byte[]) - Method in class ai.olami.android.jni.Codec
 

F

FRAME_LENGTH_MILLISECONDS - Variable in class ai.olami.android.SpeechRecognizerBase
 

G

getAudioChannelConfig() - Static method in class ai.olami.android.AudioRecordManager
Get the normal supported audio channel setting
getAudioCompressLibraryType() - Method in class ai.olami.android.SpeechRecognizerBase
 
getAudioFormatConfig() - Static method in class ai.olami.android.AudioRecordManager
Get the normal supported audio data encoding
getAudioRecord() - Method in class ai.olami.android.AudioRecordManager
Get AudioRecord.
getAudioRecord() - Method in class ai.olami.android.KeepRecordingSpeechRecognizer
Get AudioRecord that used by the KeepRecordingSpeechRecognizer instance.
getFrameSize() - Method in class ai.olami.android.jni.Codec
 
getFrameSize() - Method in class ai.olami.android.SpeechRecognizerBase
 
getFrequencyToGettingResult() - Method in class ai.olami.android.SpeechRecognizerBase
 
getMinFrequencyToGettingResult() - Method in class ai.olami.android.SpeechRecognizerBase
 
getMinUploadAudioLengthMilliseconds() - Method in class ai.olami.android.SpeechRecognizerBase
 
getNormalizeVolume(int) - Method in class ai.olami.android.VoiceVolume
Get normalize audio volume level.
getRecognizeResultType() - Method in class ai.olami.android.SpeechRecognizerBase
 
getRecognizeState() - Method in class ai.olami.android.KeepRecordingSpeechRecognizer
Get current recognize process state.
getRecognizeState() - Method in class ai.olami.android.RecorderSpeechRecognizer
Get current recognize process state.
getRecordDataSize() - Method in class ai.olami.android.SpeechRecognizerBase
 
getRecordState() - Method in class ai.olami.android.RecorderSpeechRecognizer
Get current recording state.
getSampleRateConfig() - Static method in class ai.olami.android.AudioRecordManager
Get the normal supported sample rate
getSilenceLevel() - Method in class ai.olami.android.SpeechRecognizerBase
 
getUploadAudioLengthMilliseconds() - Method in class ai.olami.android.SpeechRecognizerBase
 
getVADEndMilliseconds() - Method in class ai.olami.android.SpeechRecognizerBase
 
getVoiceVolume(byte[]) - Method in class ai.olami.android.VoiceVolume
Get audio volume from audio buffer.

I

IKeepRecordingSpeechRecognizerListener - Interface in ai.olami.android
 
INSTANT_NOISE_LENGTH_MILLISECONDS - Variable in class ai.olami.android.SpeechRecognizerBase
 
IRecorderSpeechRecognizerListener - Interface in ai.olami.android
 
isAutoStopRecordingEnabled() - Method in class ai.olami.android.RecorderSpeechRecognizer
Check if automatic stop voice recording is enabled.

K

KeepRecordingSpeechRecognizer - Class in ai.olami.android
 
KeepRecordingSpeechRecognizer.Error - Enum in ai.olami.android
Error type
KeepRecordingSpeechRecognizer.RecognizeState - Enum in ai.olami.android
Recognize process state

O

onError(KeepRecordingSpeechRecognizer.Error) - Method in interface ai.olami.android.IKeepRecordingSpeechRecognizerListener
Callback when a error occurs.
onError(RecorderSpeechRecognizer.Error) - Method in interface ai.olami.android.IRecorderSpeechRecognizerListener
Callback when a error occurs.
onException(Exception) - Method in interface ai.olami.android.IKeepRecordingSpeechRecognizerListener
Callback when a exception occurs.
onException(Exception) - Method in interface ai.olami.android.IRecorderSpeechRecognizerListener
Callback when a exception occurs.
onRecognizeResultChange(APIResponse) - Method in interface ai.olami.android.IKeepRecordingSpeechRecognizerListener
Callback when the results of speech recognition changes.
onRecognizeResultChange(APIResponse) - Method in interface ai.olami.android.IRecorderSpeechRecognizerListener
Callback when the results of speech recognition changes.
onRecognizeStateChange(KeepRecordingSpeechRecognizer.RecognizeState) - Method in interface ai.olami.android.IKeepRecordingSpeechRecognizerListener
Callback when the recognize state changes.
onRecognizeStateChange(RecorderSpeechRecognizer.RecognizeState) - Method in interface ai.olami.android.IRecorderSpeechRecognizerListener
Callback when the recognize process state changes.
onRecordStateChange(RecorderSpeechRecognizer.RecordState) - Method in interface ai.olami.android.IRecorderSpeechRecognizerListener
Callback when the voice recording state changes.
onRecordVolumeChange(int) - Method in interface ai.olami.android.IKeepRecordingSpeechRecognizerListener
Callback when the volume of voice input changes.
onRecordVolumeChange(int) - Method in interface ai.olami.android.IRecorderSpeechRecognizerListener
Callback when the volume of voice input changes.
onServerError(APIResponse) - Method in interface ai.olami.android.IKeepRecordingSpeechRecognizerListener
Callback when a server error occurs.
onServerError(APIResponse) - Method in interface ai.olami.android.IRecorderSpeechRecognizerListener
Callback when a server error occurs.
open(int, int) - Method in class ai.olami.android.jni.Codec
 

R

RECOGNIZE_RESULT_TYPE_ALL - Static variable in class ai.olami.android.SpeechRecognizerBase
 
RECOGNIZE_RESULT_TYPE_NLI - Static variable in class ai.olami.android.SpeechRecognizerBase
 
RECOGNIZE_RESULT_TYPE_STT - Static variable in class ai.olami.android.SpeechRecognizerBase
 
RECORD_FRAMES - Static variable in class ai.olami.android.SpeechRecognizerBase
 
RecorderSpeechRecognizer - Class in ai.olami.android
 
RecorderSpeechRecognizer.Error - Enum in ai.olami.android
Error type
RecorderSpeechRecognizer.RecognizeState - Enum in ai.olami.android
Recognize process state
RecorderSpeechRecognizer.RecordState - Enum in ai.olami.android
Recording state
release() - Method in class ai.olami.android.RecorderSpeechRecognizer
Stop or cancel all processes and then stopRecordingAndReleaseResources resources.
RESERVED_INPUT_LENGTH_MILLISECONDS - Variable in class ai.olami.android.SpeechRecognizerBase
 

S

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.

V

VAD_TAIL_SILENCE_LEVEL - Variable in class ai.olami.android.SpeechRecognizerBase
 
valueOf(String) - Static method in enum ai.olami.android.KeepRecordingSpeechRecognizer.Error
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ai.olami.android.KeepRecordingSpeechRecognizer.RecognizeState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ai.olami.android.RecorderSpeechRecognizer.Error
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ai.olami.android.RecorderSpeechRecognizer.RecognizeState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ai.olami.android.RecorderSpeechRecognizer.RecordState
Returns the enum constant of this type with the specified name.
values() - Static method in enum ai.olami.android.KeepRecordingSpeechRecognizer.Error
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ai.olami.android.KeepRecordingSpeechRecognizer.RecognizeState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ai.olami.android.RecorderSpeechRecognizer.Error
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ai.olami.android.RecorderSpeechRecognizer.RecognizeState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ai.olami.android.RecorderSpeechRecognizer.RecordState
Returns an array containing the constants of this enum type, in the order they are declared.
VoiceVolume - Class in ai.olami.android
 
VoiceVolume() - Constructor for class ai.olami.android.VoiceVolume
 
VOLUME_LEVEL - Static variable in class ai.olami.android.VoiceVolume
 
A C D E F G I K O R S V 
Skip navigation links