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
What are you trying to accomplish?
The JavaScript v3 example already contain a Transcribe example. It uses the asynchronous API.
The Transcribe service provides an WebSocket endpoints now to support streaming transcription. An example for it will be nice. The example will use collect user's voice stream from the microphon, streaming it to the AWS Transcribe streaming serivce and get the streaming transcript. Then print the streaming transcript on the webpage.