Android API < 8 的 SpeechRecognizer 类的 stopListening() 方法的替代方案

Posted

技术标签:

【中文标题】Android API < 8 的 SpeechRecognizer 类的 stopListening() 方法的替代方案【英文标题】:Alternative of stopListening() method of SpeechRecognizer class for Android API < 8 【发布时间】:2019-08-11 06:18:51 【问题描述】:

API stopListening() 方法是否有任何替代方法,因为该方法包含在 API 级别 8 中?

【问题讨论】:

【参考方案1】:

SpeechRecognizer 类已添加到 API 8。因此,您不能在较低 API 设备中使用它。

【讨论】:

这不是已经在 OP 的问题中说明了吗?由于 API 在 API 8 之前不可用,因此他们正在寻找替代方案。 @MichaelDodd 他专门询问 stopListening()。 迈克尔正确地指出了这一点。我正在为旧版本的 android(或 API 【参考方案2】:

SpeechRecognizer 类本身是在 API 8 中添加的。

【讨论】:

以上是关于Android API < 8 的 SpeechRecognizer 类的 stopListening() 方法的替代方案的主要内容,如果未能解决你的问题,请参考以下文章

具有多行 android API 级别 8 的 EditText

Android实战开发篇 指纹识别API

Android:API 15 的警报对话框兼容大于 8 的 API

Android Studio下载并查看Android SDK API的方法

android:Theme.Material.Light 需要 API 级别 21(当前最低为 8)

Android:按钮 - 交换圆角 API 8 到 12 - 如何修复?