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
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

delete() → 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) Map<String, dynamic>
Process a frame of pcm audio with the speech-to-intent engine.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

frameLength int
The number of audio samples per frame required by Rhino
no setter
sampleRate int
The audio sample rate required by Rhino
no setter
version String
Rhino version string
no setter

Static Methods

create(String contextPath, {String? modelPath, double sensitivity = 0.5}) Future<Rhino>
Static creator for initializing Rhino