Skip navigation links
A C E G I O R S T V 

A

ai.olami.android - package ai.olami.android
 

C

cancel() - Method in class ai.olami.android.RecorderSpeechRecognizer
Cancel all processes and give up to get recognition result.
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.

E

enableSaveRecordToFile(boolean, String) - Method in class ai.olami.android.RecorderSpeechRecognizer
Enable/Disable to save the recorded audio to file.

G

getNormalizeVolume(int) - Method in class ai.olami.android.VoiceVolume
Get normalize audio volume level.
getRecognizeState() - Method in class ai.olami.android.RecorderSpeechRecognizer
Get current recognize process state.
getRecordState() - Method in class ai.olami.android.RecorderSpeechRecognizer
Get current recording state.
getVoiceVolume(byte[]) - Method in class ai.olami.android.VoiceVolume
Get audio volume from audio buffer.

I

IRecorderSpeechRecognizerListener - Interface in ai.olami.android
 

O

onError(RecorderSpeechRecognizer.Error) - Method in interface ai.olami.android.IRecorderSpeechRecognizerListener
Callback when a error occurs.
onException(Exception) - Method in interface ai.olami.android.IRecorderSpeechRecognizerListener
Callback when a exception occurs.
onRecognizeResultChange(APIResponse) - Method in interface ai.olami.android.IRecorderSpeechRecognizerListener
Callback when the results of speech recognition 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.IRecorderSpeechRecognizerListener
Callback when the volume of voice input changes.
onServerError(APIResponse) - Method in interface ai.olami.android.IRecorderSpeechRecognizerListener
Callback when a server error occurs.

R

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 release resources.

S

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.

T

TAG - Static variable in class ai.olami.android.RecorderSpeechRecognizer
 

V

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.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 E G I O R S T V 
Skip navigation links