voice
voice copied to clipboard
Cancel on IOS gives an error
When I cancel the speech recognition on IOS the result is the following:
code: recognition_fail message: 216/The operation couldn’t be completed. (kAFAssistantErrorDomain error 216.)
On Android it works fine.
+1
I have same problem too (window emulator is fine but not working Mac m1 iOS emulator)
+1
Guys! I Founded a solution. For me helped changing of Language which Voice lib listen. For English should be as 'en-GB'. Not others variants. await Voice.start('en-GB'); <--- like this.