You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.
Hi, I need to let my users insert text in a page containing several text fields.
They should be able to dictate inside any of them, and switch between them by focusing a different text field.
Is there any way to attach some information to the audio data sent to the AWS Transcribe service in order to know where to put the transcriptions when it's received?
What I'm trying to avoid is that a user switches between different text fields while he's talking and I end up appending the transcription to the current text field rather than the one that was active when the user spoke that sentence.
What's the best approach to handle this case?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I need to let my users insert text in a page containing several text fields.
They should be able to dictate inside any of them, and switch between them by focusing a different text field.
Is there any way to attach some information to the audio data sent to the AWS Transcribe service in order to know where to put the transcriptions when it's received?
What I'm trying to avoid is that a user switches between different text fields while he's talking and I end up appending the transcription to the current text field rather than the one that was active when the user spoke that sentence.
What's the best approach to handle this case?
The text was updated successfully, but these errors were encountered: