Where can I find definitions for different error codes with in kAFAssistantErrorDomain
in iOS 10 Speech Recognition API?
Asked
Active
Viewed 577 times
3

Cœur
- 37,241
- 25
- 195
- 267

Markus Rautopuro
- 7,997
- 6
- 47
- 60
-
I want to know this too - I can't find them anywhere! – mike nelson Mar 13 '17 at 06:59
-
I have this type of error shown whenever the user didn't speak anything, or when I am using SpeechRecognition inside a loop. They don't allow to use it inside a loop, it is considered abuse, or spamming the API. – Farini Feb 28 '18 at 19:03
1 Answers
-3
Speech Recognition API seems doesn't work properly with Swift versions lower than 3. If this is your case you have to migrate your code to Swift 3.0.

Cœur
- 37,241
- 25
- 195
- 267

Joe Aspara
- 1,137
- 1
- 13
- 26
-
It's not the case, I need to know the definitions for the error codes. – Markus Rautopuro Apr 06 '17 at 15:01