问题
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