lepsi_rw_speech_recognizer 2.0.0 copy "lepsi_rw_speech_recognizer: ^2.0.0" to clipboard
lepsi_rw_speech_recognizer: ^2.0.0 copied to clipboard

PlatformAndroid

Speech recognizer plugin for RealWear HMT-1(Z1)

rw_speech_recognizer #

Speech recognizer plugin for RealWear HMT-1(Z1).

Usage #

    RwSpeechRecognizer.setCommands(<String>[
      'Full Boar',
      'California Sunshine',
      'Deadicated',
    ], (command) {
      // Define your callback here
    });