Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Speech Recognition Limits for iOS 10

Does anyone know are there limits for the speech recognition in iOS 10 (per device or per app)?

like image 203
lithium Avatar asked Aug 31 '16 11:08

lithium


People also ask

What is speech recognition API on iPhone?

iOS 10 brings a brand new Speech Recognition API that allows you to perform rapid and contextually informed speech recognition in both file-based and realtime scenarios.

How do I use Apple dictation?

To enter text, tap the microphone button on your keyboard, then start speaking. As you speak, the text appears on the screen. To finish, stop speaking, then tap the keyboard button . If dictation isn't sure what word it heard, you'll see a blue line under the transcribed word so you can check it for accuracy.


1 Answers

As per Apple Latest Technical Q & A

The current rate limit for the number of SFSpeechRecognitionRequest calls a device can make is 1000 requests per hour. Please note this limit is on the number of requests that a device can make and is not tied to the application making it. This is regardless of the length of audio associated with the request. For a given SFSpeechRecognitionRequest, you are allowed up to one minute of audio per request.

Link to latest Apple Technical Q & A!

like image 125
Guri S Avatar answered Oct 01 '22 16:10

Guri S