|
void | create (String accessKey, String modelPath, String contextPath, Float sensitivity, Boolean requireEndpoint, Promise promise) |
|
void | delete (String handle) |
|
String | getName () |
|
void | process (String handle, ReadableArray pcmArray, Promise promise) |
|
| RhinoModule (ReactApplicationContext reactContext) |
|
|
static final String | LOG_TAG = "PvRhino" |
|
Definition at line 31 of file RhinoModule.java.
◆ RhinoModule()
ai.picovoice.reactnative.rhino.RhinoModule.RhinoModule |
( |
ReactApplicationContext |
reactContext | ) |
|
|
inline |
◆ create()
void ai.picovoice.reactnative.rhino.RhinoModule.create |
( |
String |
accessKey, |
|
|
String |
modelPath, |
|
|
String |
contextPath, |
|
|
Float |
sensitivity, |
|
|
Boolean |
requireEndpoint, |
|
|
Promise |
promise |
|
) |
| |
|
inline |
◆ delete()
void ai.picovoice.reactnative.rhino.RhinoModule.delete |
( |
String |
handle | ) |
|
|
inline |
◆ getName()
String ai.picovoice.reactnative.rhino.RhinoModule.getName |
( |
| ) |
|
|
inline |
◆ process()
void ai.picovoice.reactnative.rhino.RhinoModule.process |
( |
String |
handle, |
|
|
ReadableArray |
pcmArray, |
|
|
Promise |
promise |
|
) |
| |
|
inline |
◆ LOG_TAG
final String ai.picovoice.reactnative.rhino.RhinoModule.LOG_TAG = "PvRhino" |
|
staticprivate |
◆ reactContext
final ReactApplicationContext ai.picovoice.reactnative.rhino.RhinoModule.reactContext |
|
private |
◆ rhinoPool
final Map<String, Rhino> ai.picovoice.reactnative.rhino.RhinoModule.rhinoPool = new HashMap<String, Rhino>() |
|
private |
The documentation for this class was generated from the following file: