Nuance is used for speech integration which offer speech language models that support the most common applications.Currently SDK's available for iOS Android HTTP1.There are limitations for free users
Questions tagged [nuance]
23 questions
0
votes
1 answer
Use Nuance ASR with proxy server
I am working with a Pepper and NAOqi 2.5.10.7.
I have a simple application, that uses Nuance remote ASR and replies the understood text.
Everything works fine with a direct internet connection.
When I connect Pepper to our company network, Nuance…

TVK
- 1,042
- 7
- 21
0
votes
0 answers
Import OBJ-C variable inside C class
i have an issue that i can't resolve.
I have to use a variable declared in objective C file header, in my .c class.
To do this i use this code in my .c file:
#ifdef __OBJC__
#import "RilieviTableViewController.h"
#endif
But when i try to use the…

Danny CASA
- 21
- 6
0
votes
2 answers
upload .pcm file using okhttp
I am trying to convert speech to text using Nuance so i am trying to send this request
curl "https://dictation.nuancemobility.net:443/NMDPAsrCmdServlet/dictation?appId=[INSERT YOUR APP ID]&appKey=[INSERT YOUR 128-BYTE STRING APP…

venkey
- 1
- 1
0
votes
1 answer
How to process several files with one script?
Hello I am using Nuance to make some experiments about speech to text for this I am using node to create the request as follows:
My credentials:
var Nuance = require("nuance");
var nuance = new Nuance("mycredentials", "mypass");
Then I send the…

neo33
- 1,809
- 5
- 18
- 41
0
votes
0 answers
How to print the Error Message from Nuance
I am developing an voice app using Nuance Speechkit .I wan to print the error message from nuance .I dont know how to get the error message.
This is the delegate method
- (void)transaction:(SKTransaction *)transaction didFailWithError:(NSError…

Agal Sivamanoj
- 111
- 1
- 11
0
votes
1 answer
nuance : Speech Recognition ,algorithm for answering the user's queries
For voice activated apps(virtual assistants) like (aivc for android ), which uses nuance speech recognition, which API is used to to get the answer to the user's question. FOr example, if the user types "what is your name" the ap gives an answer.
Do…

user2256404
- 115
- 1
- 13
-1
votes
2 answers
Crontab fails to run a shell
there's a command to start up a service which is
su -s /bin/bash nuance -c '$JAVA_HOME/bin/java -Dlog4j.configurationFile=$NLPS_HOME/config/log4j2.xml -jar $NLPS_HOME/lib/nlps.jar…
-2
votes
1 answer
Need to find registry entry where the Dragon Profile Path is stored
Have a task to update Dragon Profile Path. Dragon v11
Kind of an overview here of the application.
http://nuance.custhelp.com/app/answers/detail/a_id/6887/kw/dragon%20profile%20path
I found the ini file that stores the dragon profile path however…

Hisham Rafi
- 1
- 1