Speech <--> Text in UiPath

Can you suggest best way to implement Speech to text and text to speech functionality in UiPath?

Hi Vinay,

For more standard programming tasks doing it first as a console/form application is IMHO much more efficient, as you’re able to change your code in seconds instead of juggling several activities, or even reimporting packages all the time.

I’d definitely go with building the functionality in {.Net language of your choice} and once you’re happy with what it does, build relay/accessor activities and build it as a library.

Regards,
Andrzej

2 Likes

Thanks for the inputs @andrzej.kniola.

@vvaidya you may try Ikava speetch to text using google API. it’s giving good accuracy compared to others

Thanks for the input.Currently this one is on the back burner.