I have deployed Azure speech to text SDK in JavaScript SDK in browser application. Finding difficulties with the below scenarios.
- When trying to start dictation in a text box which already has text in it, it always starts from the end of the text. I cannot start in the beginning or in between of existing text.
- If the text box has data and when data is cleared and after I start the dictation, converted text as well the previously deleted text both appear. Dictated text is appended to the previously deleted text.
- How do i disable auto punctuation? E.g. If I pause during dictation, the sentence ends with a period automatically. If I say how are you, it results in how are you?.
Expected results:
- Based on my cursor placement in the text box, it should start the speech to text from that location.
- Deleted text shouldn't re appear.
- Want to disable auto punctuation and use dictation words like period, question mark, exclamation mark etc. in dictation.