大约有 240 项符合查询结果(耗时:0.0069秒) [XML]

https://www.fun123.cn/referenc... 

App Inventor 2 模拟器不能正常朗读文本的解决方法 · App Inventor 2 中文网

...文本的解决方法 1. 安装语音引擎 Google TTS 引擎: 其他语音引擎: 文本朗读器这个能不能也使用讯飞语音呢? « 返回首页 MuMu 安卓模拟器本身并不自带语音引擎(如 Goo...
https://bbs.tsingfun.com/thread-2098-1-1.html 

模拟器不能正常朗读文本的解决方法 - App应用开发 - 清泛IT社区,为创新赋能!

MuMu 安卓模拟器本身并不自带语音引擎(如 Google TTS 引擎)。如果需要朗读文本,可以按照以下步骤解决问题: 1. 安装语音引擎Google TTS 引擎: 在模拟器内打开应用商店(如 Google Play Store 或其他 APK 下载平台)。搜索并安装 Goo...
https://bbs.tsingfun.com/thread-1823-1-1.html 

语音识别 报错问题:No Activity found to handle intent { act=android.sp...

语音识别仿真报错,安装到手机端也报错https://www.fun123.cn/reference/info/#AppEntry 请参考一下这个教程,你上面报错的原因是手机上没有安装语音识别引擎,这里推荐“讯飞语音+”,下载地址:https://www.pgyer.com/yyyq
https://bbs.tsingfun.com/thread-1796-1-1.html 

APP INVENTOR硬件交互学习教程08——增加语音播报 - 创客硬件开发 - 清泛IT...

这一节介绍增加语音播报功能,需要增加一个复选框和一个文本朗读器组件。 1.界面设计 2.程序设计 断电模式可以保存,复选框配置模式
https://bbs.tsingfun.com/thread-1169-1-1.html 

【未发布】【第九课】语音交互 - App Inventor 2 中文网 - 清泛IT论坛,有思想、有深度

2023/06/18  父亲节
https://bbs.tsingfun.com/thread-1172-1-1.html 

【基础入门班】【大作业】爱学习App - App Inventor 2 中文网 - 清泛IT社区...

...。 答题模式: 可以是选择题。可以是问答题。可以是语音回答题目(讯飞语音识别后,判断答案)。 统计正确率。正确率可视化展示(chat) 错误的题目可以专门练习。 分数要存储分析 题目数据csv文件,导入 ---------...
https://stackoverflow.com/ques... 

Extending an Object in Javascript

...tion () { console.log("Name:", this.name, "Type:", this.type); }; var Robot = function (name) { Person.apply(this, arguments); this.type = 'robot'; }; Robot.prototype = Person.prototype; // Set prototype to Person's Robot.prototype.constructor = Robot; // Set constructor back to Robot...
https://www.fun123.cn/reference/extensions/ 

App Inventor 2 拓展参考文档 · App Inventor 2 中文网

...求百度翻译WebAPI方式的拓展 【语言列表】SpeechRecognizer 语音识别扩展:获取设备支持的语音识别语言列表 【持续语音识别】ContinuousSpeech 连续语音识别扩展:持续语音识别无需重复启动 【媒体助手】MediaHelper 媒体助手扩展...
https://www.fun123.cn/referenc... 

社交应用组件 · App Inventor 2 中文网

...力,这样他们就可以让手机忽略短信。 如果 启用谷歌语音 属性为真,则可以通过 Wifi 使用谷歌语音发送消息。 此选项要求用户拥有谷歌语音帐户并且手机手机上安装了语音应用程序,谷歌语音选项仅适用于支持 Android 2.0 (E...
https://stackoverflow.com/ques... 

Is there a way to take a screenshot using Java and save it to some sort of image?

... Believe it or not, you can actually use java.awt.Robot to "create an image containing pixels read from the screen." You can then write that image to a file on disk. I just tried it, and the whole thing ends up like: Rectangle screenRect = new Rectangle(Toolkit.getDefaultT...