speech_to_text_plugins 1.0.2 copy "speech_to_text_plugins: ^1.0.2" to clipboard
speech_to_text_plugins: ^1.0.2 copied to clipboard

outdated

Library for use android speech recognition for android. Now works only with android platform.

speech_to_text_plugins #

###Works only with Android now!

activate() method create android speechRecognizer and ask permission for android 6+ version. Do not forget to add

    activate();

Listen method start listening your voice, and send result as List of Strings

    listen();

When you call cancel, recognition canceled

    cancel();

Call when you need to stop speechRecognition and destroy it

    destroy();

When you call stop, recognition stopped and send result as List of String

    stop();
6
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Library for use android speech recognition for android. Now works only with android platform.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on speech_to_text_plugins