直接调用样例的一直报这个错误
[18/03/14 13:35:38:215][main][INFO] -com.baidu.aip.client.BaseClient.getAccessToken(BaseClient.java:209) get access_token success. current state: STATE_AIP_AUTH_OK
0 [main] INFO c...
调用rest-api接口时,返回的result是乱码
这个如何解决?
我加了这段转码都不行。
private static String getUtf8String(String s) throws UnsupportedEncodingException{ StringBuffer sb = new StringBuffer(); ...
使用语音识别找不到so文件
java.lang.UnsatisfiedLinkError: Couldn't load BDVoiceRecognitionClient_MFE_V1 from loader dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.example.user.speechreco...
语音识别和语音合成同时使用问题
把百度语音识别和百度语音合成SDK同时导入时出现错误说“Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define Lcom/baidu/androi...
喜大普奔!可以直接在windows上使用了!!
直接在windows上pip install paddlepaddle 或 pip3 install paddlepaddle 安装PaddlePaddle
然后在pycharm里面就可以运行首页上预测房价的模型了!
这是官...
使用网上的代码,语音识别效果差
import waveimport urllib, urllib2, pycurlimport base64import json## get access token by api key & secret keydef get_token(): apiKey = "a11rDp****g4" secretKey = "5394e0a8...