Software Archive
Read-only legacy content
17061 Discussions

Issue Java PXCMSpeechRecognition

Alessio_Vinerbi
Beginner
356 Views

Hello to all,

I have a problem with speech recognition in Java.

I have successfully created a AudioSource and implementation of PXCMSpeechRecognition but when I try to call the function PXCMSpeechRecognition.StartRec, an exception occurs

java.lang.NoSuchMethodError: OnRecognized

 

If I try to add a function OnRecognized within my handler works but the callback is invoked only OnAlert

 

Can someone please help me ?

0 Kudos
1 Reply
Xusheng_L_Intel
Employee
356 Views

Did you follow the doc @https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/pxcspeechrecognition.html? Could you provide your codes so I can reproduce your issue? Thanks!

0 Kudos
Reply