You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
We are using your plugin for speech recognition to develop cordova ios app.
Implemented this function
ApiAIPlugin.init(
{
clientAccessToken: "YOUR_CLIENT_ACCESS_TOKEN", // insert your client access key here
lang: "en" // set lang tag from list of supported languages
},
function(result) { /* success processing / },
function(error) { / error processing */ }
);
What would be clientAccessToken?From where we can get it?
also when we are using sendVoice() function, compiler is not going inside it jump outside.
Environment which we are using:
cordova: 6.3.1
cordova ios: 4.2.1
Xcode: 8.1 (8B62)
Swift Compiler version: 3
iOS device: iPhone5(iOS 10.1.1)(14B100)
IOS:OS X EI Capitan..10.11.6 (15G1004)
Please provide us your demo application link from where i can download.
Kindly help.
The text was updated successfully, but these errors were encountered:
Hi sstepashka,
we tried on ios 9.3.4 and xcode 6.4 ,but it show error (cannot parse response) when run on real device.If possible please share the screenshot on your running app on device.
Hi,
We are using your plugin for speech recognition to develop cordova ios app.
Implemented this function
ApiAIPlugin.init(
{
clientAccessToken: "YOUR_CLIENT_ACCESS_TOKEN", // insert your client access key here
lang: "en" // set lang tag from list of supported languages
},
function(result) { /* success processing / },
function(error) { / error processing */ }
);
What would be clientAccessToken?From where we can get it?
also when we are using sendVoice() function, compiler is not going inside it jump outside.
Environment which we are using:
cordova: 6.3.1
cordova ios: 4.2.1
Xcode: 8.1 (8B62)
Swift Compiler version: 3
iOS device: iPhone5(iOS 10.1.1)(14B100)
IOS:OS X EI Capitan..10.11.6 (15G1004)
Please provide us your demo application link from where i can download.
Kindly help.
The text was updated successfully, but these errors were encountered: