menu
rhino package
documentation
rhino_manager.dart
RhinoManager class
RhinoManager class
dark_mode
light_mode
RhinoManager
class
Properties
hashCode
→
int
The hash code for this object.
no setter
inherited
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
Methods
delete
(
)
→
Future
<
void
>
Releases Rhino and audio resouces
noSuchMethod
(
Invocation
invocation
)
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
process
(
)
→
Future
<
void
>
Opens audio input stream and sends audio frames to Rhino until a inference result is sent via inference callback Throws a
PvAudioException
if there was a problem starting the audio engine
toString
(
)
→
String
A string representation of this object.
inherited
Operators
operator ==
(
Object
other
)
→
bool
The equality operator.
inherited
Static Methods
create
(
String
contextPath
,
InferenceCallback
inferenceCallback
, {
String
?
modelPath
,
double
sensitivity
=
0.5
,
ErrorCallback
?
errorCallback
})
→
Future
<
RhinoManager
>
Static creator for initializing Rhino
rhino package
documentation
rhino_manager
RhinoManager class
rhino_manager library