Index library
Classes
- UseModel
- A class to manage multiple KeyWordFlutterPC instances, providing convenient APIs for creating, starting, stopping, and removing them.
Properties
- gLicenseKey ↔ String
-
A global license key for use across UseModel instances.
It can be set via UseModel.setKeywordDetectionLicense.
getter/setter pair
Typedefs
-
DetectionCallback
= void Function(Map<
String, dynamic> event) -
A callback signature for when a keyword
phrase
is detected.