Speech recognition with timer in Swift?

How can we get the data using speech recognition using timer,
suppose i say wow it will display on to textfield

Hi @santhoshios,
You are wanting it to keep listening like alexa, google home and siri?

It does not know where to put the text and can be very CPU and battery intensive, so there is a feature called dictation that allows you to use voice to enter data built-in into iOS devices. It is available on the keyboard (but you need to enable it from the settings)

Then you can say whatever and based on what it can understand/recognize it will place it in the text box you triggered this from.

cheers,

This topic was automatically closed after 166 days. New replies are no longer allowed.