Index
All Classes|All Packages
A
- ai.picovoice.rhino - package ai.picovoice.rhino
B
- build(Context) - Method in class ai.picovoice.rhino.Rhino.Builder
-
Validates properties and creates an instance of the Rhino Speech-To-Intent engine
- build(Context, RhinoManagerCallback) - Method in class ai.picovoice.rhino.RhinoManager.Builder
-
Creates an instance of RhinoManager.
- Builder() - Constructor for class ai.picovoice.rhino.Rhino.Builder
- Builder() - Constructor for class ai.picovoice.rhino.RhinoManager.Builder
D
- delete() - Method in class ai.picovoice.rhino.Rhino
-
Releases resources acquired by Rhino.
- delete() - Method in class ai.picovoice.rhino.RhinoManager
-
Releases resources acquired by Rhino.
G
- getContextInformation() - Method in class ai.picovoice.rhino.Rhino
-
Getter for context information.
- getContextInformation() - Method in class ai.picovoice.rhino.RhinoManager
-
Getter for Rhino context information.
- getFrameLength() - Method in class ai.picovoice.rhino.Rhino
-
Getter for number of audio samples per frame.
- getFrameLength() - Method in class ai.picovoice.rhino.RhinoManager
-
Getter for number of audio samples per frame.
- getInference() - Method in class ai.picovoice.rhino.Rhino
-
Gets inference result from Rhino.
- getIntent() - Method in class ai.picovoice.rhino.RhinoInference
- getIsUnderstood() - Method in class ai.picovoice.rhino.RhinoInference
- getSampleRate() - Method in class ai.picovoice.rhino.Rhino
-
Getter for audio sample rate accepted by Picovoice.
- getSampleRate() - Method in class ai.picovoice.rhino.RhinoManager
-
Getter for audio sample rate accepted by Picovoice.
- getSlots() - Method in class ai.picovoice.rhino.RhinoInference
- getVersion() - Method in class ai.picovoice.rhino.Rhino
-
Getter for version.
- getVersion() - Method in class ai.picovoice.rhino.RhinoManager
-
Getter for version.
I
- invoke(RhinoException) - Method in interface ai.picovoice.rhino.RhinoManagerErrorCallback
- invoke(RhinoInference) - Method in interface ai.picovoice.rhino.RhinoManagerCallback
P
- process() - Method in class ai.picovoice.rhino.RhinoManager
-
Start recording audio from the microphone and infers the user's intent from the spoken command.
- process(short[]) - Method in class ai.picovoice.rhino.Rhino
-
Processes a frame of audio and emits a flag indicating if the inference is finalized.
R
- Rhino - Class in ai.picovoice.rhino
-
Android binding for Rhino Speech-to-Intent engine.
- Rhino.Builder - Class in ai.picovoice.rhino
-
Builder for creating an instance of Rhino with a mixture of default arguments
- RhinoException - Exception in ai.picovoice.rhino
- RhinoInference - Class in ai.picovoice.rhino
- RhinoManager - Class in ai.picovoice.rhino
-
High-level Android binding for Rhino Speech-to-Intent engotgine.
- RhinoManager.Builder - Class in ai.picovoice.rhino
-
Builder for creating an instance of RhinoManager with a mixture of default arguments
- RhinoManagerCallback - Interface in ai.picovoice.rhino
- RhinoManagerErrorCallback - Interface in ai.picovoice.rhino
S
- setContextPath(String) - Method in class ai.picovoice.rhino.Rhino.Builder
- setContextPath(String) - Method in class ai.picovoice.rhino.RhinoManager.Builder
- setErrorCallback(RhinoManagerErrorCallback) - Method in class ai.picovoice.rhino.RhinoManager.Builder
- setModelPath(String) - Method in class ai.picovoice.rhino.Rhino.Builder
- setModelPath(String) - Method in class ai.picovoice.rhino.RhinoManager.Builder
- setSensitivity(float) - Method in class ai.picovoice.rhino.Rhino.Builder
- setSensitivity(float) - Method in class ai.picovoice.rhino.RhinoManager.Builder
All Classes|All Packages