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
Open Recipe
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
Updated over 2 years ago