-
Android 使用语音识别的例子
Android 使用语音识别的例子,下面是核心的代码:
private void startVoiceRecognitionActivity()
{
//通过Intent传递语音识别的模式
Intent intent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH);
//语言模式和自由形式的语音识别
intent.putExtra(RecognizerIntent.EXTRA_LANGUAGE_MODEL, RecognizerIntent.LANGUAGE_MODEL_FREE_FORM);
//提示语音开始
intent.putExtra(RecognizerIntent.EXTRA_PROMPT, "Speech recognition demo");
//开始执行我们的Intent、语音识别
startActivityForResult(intent, VOICE_RECOGNITION_REQUEST_CODE);
}
当语音结束时的回调函数onActivityResult
- 2023-06-19 16:45:03下载
- 积分:1
-
Android Studio Socket客户端 与电脑服务器收发消息
【实例简介】
安卓手机与电脑进行socket通讯,安卓是客户端,电脑是服务器。
- 2021-05-20 14:39:03下载
- 积分:1
-
android 下不错的 播放器实例 SeeJoPlayer 附源码 带截图
android 下播放器实例 供学习和研究使用
- 2013-02-20下载
- 积分:1
-
MainActivityBypassed
Xigncode android from unity android games.
- 2018-10-12 23:48:17下载
- 积分:1
-
Android
- 2022-02-25 17:21:49下载
- 积分:1
-
数字图像处理matlab GUI设计 实现各种功能
本人亲测,用matlab设计的GUI实现各种数字图像处理功能,有亮度变换,傅里叶变换,几何变换,彩色图像变换,小波变换,空域滤波,频域滤波,运动模糊,去噪声,加噪声,图像复原,图像压缩编码等各种功能均可实现。
- 2020-05-26下载
- 积分:1
-
88-android-source-projects
88 android source projects
- 2013-12-16 14:15:34下载
- 积分:1
-
android非常漂亮的滚动选择日期控件
android非常漂亮的滚动选择日期控件,DateSlider 是一个非常漂亮的滚动选择日期控件。通过触屏来滚动显示日期。你可以自定义日期显示的格式和颜色。
- 2022-04-24 14:09:17下载
- 积分:1
-
仿android ireader阅读器(txt阅读)
学习的强大助力。
与大家分享下。仿android ireader阅读器(txt阅读),实现基本功能,源码源地址见
http://vdisk.weibo.com/s/z91s-ecGayANa
- 2022-12-09 15:20:02下载
- 积分:1
-
AuthenticatorDescription
A Parcelable value type that contains information about an account authenticator for Andriod.
- 2013-10-21 16:23:50下载
- 积分:1