I am currently working on a bot with speech recognition. I would like to create sort of a conversation with the robot. However, it is unclear to me how to use speech recognition without using buttons.
My goal is to use text to speech for letting the robot ask the questions such as “What is your Lastname” then I would like to use Speech to text for, lets say, 5 seconds. This way the user has a timeframe to give an answer.
Is there anybody that could tell me how to make it this way?
The above link is to convert from text to speech for vice versa
I have tried with python code where will write python code in P3.6 version and then use UiPath python activites to fetch the result and put into a string.
I have tried it but it doesn’t seem to be that accurate (tried several accents). It is using Microsofts speech recognition. I am using Google’s at the moment which is very accurate! Personally this is hard to say since I am a fan of Microsoft.
Is there a way to use Google’s speech recognition combined with the python activities? *Maybe a strange question to ask.
Hi,
Not sure how you are doing,
I have used the python activities available in studio to connect to the python code having python code saved in a location
Giving the path and using python activities get the result into a variable in uipath.