Builder for creating an instance of Rhino with a mixture of default arguments
Definition at line 199 of file android/Rhino/rhino/src/main/java/ai/picovoice/rhino/Rhino.java.
◆ build() [1/2]
◆ build() [2/2]
◆ extractPackageResources()
void ai.picovoice.rhino.Rhino.Builder.extractPackageResources |
( |
Context |
context | ) |
throws RhinoIOException |
|
inlineprivate |
◆ extractResource()
String ai.picovoice.rhino.Rhino.Builder.extractResource |
( |
Context |
context, |
|
|
InputStream |
srcFileStream, |
|
|
String |
dstFilename |
|
) |
| throws IOException |
|
inlineprivate |
◆ setAccessKey() [1/2]
Builder ai.picovoice.rhino.Rhino.Builder.setAccessKey |
( |
String |
accessKey | ) |
|
|
inline |
◆ setAccessKey() [2/2]
Builder ai.picovoice.rhino.Rhino.Builder.setAccessKey |
( |
String |
accessKey | ) |
|
|
inline |
◆ setContextPath() [1/2]
Builder ai.picovoice.rhino.Rhino.Builder.setContextPath |
( |
String |
contextPath | ) |
|
|
inline |
◆ setContextPath() [2/2]
Builder ai.picovoice.rhino.Rhino.Builder.setContextPath |
( |
String |
contextPath | ) |
|
|
inline |
◆ setLibraryPath()
Builder ai.picovoice.rhino.Rhino.Builder.setLibraryPath |
( |
String |
libraryPath | ) |
|
|
inline |
◆ setModelPath() [1/2]
Builder ai.picovoice.rhino.Rhino.Builder.setModelPath |
( |
String |
modelPath | ) |
|
|
inline |
◆ setModelPath() [2/2]
Builder ai.picovoice.rhino.Rhino.Builder.setModelPath |
( |
String |
modelPath | ) |
|
|
inline |
◆ setRequireEndpoint() [1/2]
Builder ai.picovoice.rhino.Rhino.Builder.setRequireEndpoint |
( |
boolean |
requireEndpoint | ) |
|
|
inline |
◆ setRequireEndpoint() [2/2]
Builder ai.picovoice.rhino.Rhino.Builder.setRequireEndpoint |
( |
boolean |
requireEndpoint | ) |
|
|
inline |
◆ setSensitivity() [1/2]
Builder ai.picovoice.rhino.Rhino.Builder.setSensitivity |
( |
float |
sensitivity | ) |
|
|
inline |
◆ setSensitivity() [2/2]
Builder ai.picovoice.rhino.Rhino.Builder.setSensitivity |
( |
float |
sensitivity | ) |
|
|
inline |
◆ accessKey
String ai.picovoice.rhino.Rhino.Builder.accessKey = null |
|
private |
◆ contextPath
String ai.picovoice.rhino.Rhino.Builder.contextPath = null |
|
private |
◆ libraryPath
String ai.picovoice.rhino.Rhino.Builder.libraryPath = null |
|
private |
◆ modelPath
String ai.picovoice.rhino.Rhino.Builder.modelPath = null |
|
private |
◆ requireEndpoint
boolean ai.picovoice.rhino.Rhino.Builder.requireEndpoint = true |
|
private |
◆ sensitivity
float ai.picovoice.rhino.Rhino.Builder.sensitivity = 0.5f |
|
private |
The documentation for this class was generated from the following file: