Good day. can someone assist with how to connect speech from blocks to button on my design

    • add the call Speech_Recognizer's Listen block to initiate speech recognition when the button is clicked.​Community
  1. Handle the Recognized Speech:
  • Add the when Speech_Recognizer After Listening block.​
  • Within this block, you can process the recognized text. For example, set a label’s text to display the recognized speech or use it as needed in your app.​

This setup ensures that when the user taps the button, the app starts listening for speech input and processes the recognized text accordingly. I’m not winning doing this

This works on an Android/Apple device. You cannot test it on a Laptop/Chromebook. Just click the button and speak in English it works, perfectly.

what is the correct way of setting this up? since I do not have one in design