This Is
This Is

Reputation: 137

iOS: Voice to text for a search box

What is the best way to accomplish voice to text for a search box? I don't know if there is a good api to help accomplish this. Or is it better to use the built in voice to text that Apple gave us? I am hoping to get this working for older Iphone devices.

Upvotes: 0

Views: 226

Answers (1)

paulrehkugler
paulrehkugler

Reputation: 3271

Trying to get something done in spite of Apple's OS restrictions is never a good way to approach things in a maintainable way. There is probably a library out there to do voice-to-text, but the built-in one is device restricted because voice-to-text requires some heavy lifting.

Upvotes: 1

Related Questions