Does anyone know are there limits for the speech recognition in iOS 10 (per device or per app)?
相关问题
- Can we recover audio from MFCC coefficients?
- Speech recognition not working well
- Web speech API grammar
- Get host name From IP address iOS 10
- Xcode 9, iOS 10 issue with Assets
相关文章
- How to embed Google Speech to Text API in Python p
- How can I add media attachments to my push notific
- ionic - Copy/paste in input field in iOS 10 not wo
- Error Domain=kAFAssistantErrorDomain Code=209 “(nu
- Shortcuts or autofill for contact info in UITextFi
- Reading Serial Port iOS
- portaudio.h: No such file or directory
- 3D Touch Shortcut Widget
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!
Yes, there are limits, but I don't think Apple has issued many specific numbers. Apple released a supplementary video during WWDC 2016 which said the following:
Note the "let us know" part – Apple obviously want developers to use this new API, so if you find it doesn't do what you want they might be able to help.