地址识别获取Access Token一直不成功
在安全认证处,使用个人最新的AK/SK:cc70bd7b3ad74664bf9302c7a4670f97/a61b3c0bda204f88985c963e2bffc4f9
错误描述
"error": "invalid_client", "error_description": "u...
paddle模型训练报错
在github上面下载了一个基于PaddleX的垃圾分类识别的项目(github:https://github.com/thomas-yanxin...
IOS 离线不能合成语音
bd_etts_ch_text.datbd_etts_ch_speech_female.datbd_etts_ch_speech_male.dat放在项目的Resources下。代码初始化如下:// 离线相关设置 NSString *textDataFile =[[...
IOS库 崩溃了。
崩溃信息:
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Triggered by Thread: 3
Filtered ...
iOS集成在离线合成语音报错
NSError* loadErr = [[BDSSpeechSynthesizer sharedInstance] loadOfflineEngine:ChineseTextData speechDataPath:ChineseSpeechData licenseFilePath:LicenseData withAppCode:@""];
...