Speech to Text

🚧 Under construction

Overview

How it works

Implementation

Using the SpeechToText functionality you can detect spoken words recorded by the microphone input on the device.

Speech to text will only transcribe for up to 60 seconds at one time. If you need to record for longer then you'll need to call SpeechToText.stopTranscribing() and then call SpeechToText.startTranscribing() again.

πŸ“˜

A note about permissions

If you're using speech recognition in your module, make sure to set the usesSpeechToText permission as required in your o3hmanifest.json file. Learn more about permissions in modules


Best Practices