c***@163.com
c***@163.com
  • 发布:2017-03-03 15:45
  • 更新:2017-03-03 15:45
  • 阅读:1394

用iFly来识别英语,设置lang,可是识别出来还是中文,这个该怎么解决

分类:Native.js

var options = {};
//讯飞
options.engine = 'iFly';
options.punctuation=false;
// options.engine = 'mySpeech';
//options.timeout=8;
options:lang="en_us";
text.value = "";
plus.speech.startRecognize( options, function ( s ) {

text.value += s;

识别出来的英语都是中文的,该怎么弄

2017-03-03 15:45 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复