Hi,
I am getting few errors logs while using Speech API -
- Optional(Error Domain=kAFAssistantErrorDomain Code=203 "(null)")
- Optional(Error Domain=kAFAssistantErrorDomain Code=209 "(null)")
- Optional(Error Domain=kAFAssistantErrorDomain Code=216 "(null)")
- Optional(Error Domain=kAFAssistantErrorDomain Code=1107 "(null)")
with first 3 kinds of error logs, the application works. But once the fourth kind of error log comes, it stops speech recognition.
Can someone explain me, what these error logs mean?
Fourth error log comes once in 20 attempts of stop&start speechRecognition(erratic).
I am using SFSpeechAudioBufferRecognitionRequest , SFSpeechRecognitionTask.
What is good practice -
Keeping single recognition service throughout the application? Or, one speechRecognition for one page?
Any help will be appriciated.