speech_to_text
一個 Flutter 插件,可提供特定於設備的語音轉文字識別功能。
一個 Flutter 外掛,可提供裝置特定的語音辨識功能。
以下為英文專案原文快照,最新內容請造訪 GitHub。
A library that exposes device specific speech recognition capability.
This plugin contains a set of classes that make it easy to use the speech recognition capabilities of the underlying platform in Flutter. It supports Android, iOS and web. The target use cases for this library are commands and short phrases, not continuous spoken conversion or always on listening.
This project has the code for the plugin on multiple native platforms including iOS, Android and the web.
This project defines the behaviour required on each host platform. To implement the plugin for a new platform the behaviour of this interface is implemented on that platform. See the docs here for a description of the approach.
The main example app included with the plugin shows basic use of the plugin.
In addition there is a Provider example that shows how to use the plugin as a Flutter Provider.
These examples work only with the plugin source checked out because their dependency is on a relative path, not the pub.dev version.