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
4
votes
3 answers
Destroy Nuance session
I have an activity that creates an "Audio" class and tries to use android Text to Speech API to read some text. If the language is not supported, it tries to use MediaPlayer to play a custom mp3 file from the server. Finally if MediaPlayer fails, it…

Ravers
- 988
- 2
- 14
- 45
2
votes
1 answer
Unable to perform OCR for PDF Files having Content Copying set to Not Allowed
Due to security reasons, I cannot upload the PDF File, but one can create a pdf file having Content Copying set to Not Allowed, and then try to perform OCR for this file.
OCR returns an error saying the file is password protected or something…

Mayur Somani
- 31
- 4
1
vote
0 answers
Losing Audio while connect to Bluetooth SCO
I know this is a very specific issue, but I'm hoping someone else has some insight.
I am using a third Party TTS (Text to Speech) and ASR (Auto Speech Recognition) library from Cerence. I've noticed on Android 12, and some Android 11 devices, when I…

Brian S
- 3,096
- 37
- 55
1
vote
0 answers
Xamarin and Nuance SDK
I am developing an Android app in Xamarin. One of the requirement is to process voice commands. I want to use the Nuance SDK for speech processing as the voice processing needs to happen locally without sending the voice commands to the cloud. Has…

NoviceCoder
- 49
- 7
1
vote
0 answers
Not able to login "https://developer.nuance.com/mix" with Nuance credentials
I need NLU Context Tag for Nuance Speech kit configuration.
In my code...
// Only needed if using Mix.nlu
NSString* SKSNLUContextTag = @"!NLU_CONTEXT_TAG!";
By reference of below link, I got it where to find NLU Context Tag:
Where to find the NLU…

Ruchira More
- 261
- 1
- 16
1
vote
1 answer
Is there a way to conduct conditional logic in grxml?
I am developing a grammar for Speech recognition and have hit a brick wall.
If a customer does not know the answer to a prompt and says "don't Know" and other customers do know the answer, I am looking at separating these out.
For Example, if an…

ArcherGilly
- 149
- 11
1
vote
1 answer
Limitation for speaking words with free nuance API in Pepper Robot?
Is there any limitation for speaking words per month/week with free nuance API version in Pepper Robot?

Arpit Gandhi
- 61
- 1
- 5
1
vote
0 answers
To integrate nuance dragon in a .net web application
I am looking to integrate a speech to text functionality within a WEB application where the users would dictate instead of typing medical notes and the application would capture and save that. Wanted to check if nuance dragon could be integrated…

A_S
- 19
- 4
1
vote
2 answers
deployment of nuance ocr sdk inside reference wcf service
I have written the integration code for nuance OCR integration getImageText(String FileName) in Web API. Th code compiles and execute perfectly and gives proper output.
But when I move the same code into web service and call it from Web API…

Abhishek Pandey
- 338
- 1
- 3
- 13
0
votes
1 answer
File saved with iText7 not displaying correctly in nuance pdf professional 5
Edit to add PDF link
I have an outlook add in which edits a PDF attached to an email using iText 7.
The code (c#) appears to function correctly and when opening the PDF in Acrobat or Kofax power PDF, the formatting is correct. When the same PDF is…

user3555090
- 1
- 1
0
votes
0 answers
Nuance Grammar Out Tag
I have a request for when my caller enters 7 numeric digits that the result or "out" contains the 7 digits plus the constant "LU" . Currently I can do it if the constant is a prefix , such as "LU1234567" but what I want is "1234567LU. Below is a…

Allan Segal
- 1
- 1
0
votes
2 answers
Return value of RememberPoint in Nuance Dragon
I'm trying to create a voice command in Nuance Dragon (Professional Individual version) to switch my language input to Korean. I want it to press the associated hot keys, click the button to toggle to Hangul characters, and return the cursor to…
0
votes
0 answers
How to connect Lambda Function to Nuance Mix Backend
I am trying to connect a Lambda function to a Nuance dialog mix where i am not able to call the function. Can Someone help me on this...I tried the Nuance document but it is not workin

Dinesh
- 177
- 1
- 11
0
votes
1 answer
Nuance to AWS Connect interface
I am looking to try and integrate AWS Connect to Nuance Speech.
Ideally, I would like to use a VXML interface from within Amazon Connect. But Amazon Connect will not support a native VXML interface.
The choices I have are to use either PSTN breakout…

Timber
- 1
0
votes
2 answers
"Is there a way to loop rules in a .grxml file?"
I'm trying to build a GVP application via Composer (Genesys Framework) that needs to accept an input through speech recognition. The input consist of an alphanumeric code of 12 or more letters/numbers where the speaker needs to use name of italian…

Sosy92
- 1