robotemi/sdk

Automatic Text Recognition Problem

Ahad-Haque opened this issue · 2 comments

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.

You may consider using the startDefaultNlu(text) function
https://github.com/robotemi/sdk/wiki/Speech#startdefaultnlu

Yes was able to deploy it. Thank you.