🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# 4.1.3、语音解析用法用例 ~~~ std::string xfAppid=”xxxx”; std::deque<std::string> words; words.push_front("灵聚"); ConfigInitFactory::getAudioInit()->init(); ConfigInitFactory::getSpeechInit(xfAppid, words)->init(); ParserTextBySystemRecordModule *parserText=new ParserTextBySystemRecordModule(); ResultEntry result = parserText ->listener(); ~~~