Rhino class
Properties
contextInfo
→ String
Gets the source of the Rhino context in YAML format. Shows the list of intents,
which expressions map to those intents, as well as slots and their possible values.
no setter
frameLength
→ int
The number of audio samples per frame required by Rhino
no setter
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
sampleRate
→ int
The audio sample rate required by Rhino
no setter
version
→ String
Rhino version string
no setter
Methods
delete ()
→ Future <void >
Frees memory that was allocated for Rhino
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
process (List <int > ? frame )
→ Future <RhinoInference >
Process a frame of pcm audio with the speech-to-intent engine.
reset ()
→ Future <void >
Resets the internal state of the engine. It should be called before the
engine can be used to infer intent from a new stream of audio.
toString ()
→ String
A string representation of this object.
inherited