【发布时间】:2019-05-19 04:49:23
【问题描述】:
我使用 Here API 使用逐向导航。我想改变我的国家的声音。是否可以将语音从英语更改为印度尼西亚?
我尝试使用此代码 voicePackage.languageCode,但它只是 get-only 属性。
【问题讨论】:
-
查看文档我认为您需要先安装适合您语言的语音包,但我自己没有尝试过。
标签: ios swift xcode maps here-api
我使用 Here API 使用逐向导航。我想改变我的国家的声音。是否可以将语音从英语更改为印度尼西亚?
我尝试使用此代码 voicePackage.languageCode,但它只是 get-only 属性。
【问题讨论】:
标签: ios swift xcode maps here-api
由于此处的语音覆盖信息页面:https://developer.here.com/documentation/ios-premium/dev_guide/topics/coverage-navigation-voices.html 印度尼西亚语可用于 TbT 导航。
最佳做法是下载语音目录,获取您的语言代码的语音 id,然后下载相应的语音皮肤并将其安装到您的系统上。请参阅用户指南中描述的详细步骤: https://developer.here.com/documentation/ios-premium/dev_guide/topics/map-voice-instructions.html
【讨论】: