Automatic Text Recognition Problem
Ahad-Haque opened this issue · 2 comments
Ahad-Haque commented
Hello, Is there any method in Temi, like I put some Text in a textbox and Temi replies to that Text just like ASR. Instead of listening the voice and reply it, I want to give text and Temi thinks & replies to that text.
Thank you.
cyrus-rbc commented
You may consider using the startDefaultNlu(text) function
https://github.com/robotemi/sdk/wiki/Speech#startdefaultnlu
Ahad-Haque commented
Yes was able to deploy it. Thank you.