Where to find the NLU Context Tag for Nuance Speech kit configuration Swift 3

醉酒当歌 提交于 2019-12-12 03:54:29

问题


I am using Nuance Speech kit in Swift 3 , I had downloaded the sample app for swift , the configuration has a variable ,

// Only needed if using NLU/Bolt var SKSNLUContextTag = "!NLU_CONTEXT_TAG!" I am able to find all the other credentials required for speech recognition except the context tag . How / where to find SKSNLUContextTag value ?


回答1:


You actually need to sign up for Nuance Mix. After that you'll get NLU context tags.

https://developer.nuance.com/mix


来源:https://stackoverflow.com/questions/40683752/where-to-find-the-nlu-context-tag-for-nuance-speech-kit-configuration-swift-3

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!