- Fix: Update gradle for compatibility with Android Studio Ladybug 2024.2.1.
- Feat: Added method to stop continuous recognition independently.
- Feat: Added NBestPhoneme count parameter to improve assessments.
- Feat: Added speech assessment feature for continuous recognition.
- Feat: Added speech assessment feature for simple recognition.
- Feat: Added task cancellation, which allows cancelling all active Simple Recognition tasks.
- Fix: Use asynchronous recognition on iOS to avoid blocking main isolate.
- Fix: Added 0.8.7 features to Android.
- Feat: Partial results are now transmitted through calls to the appropriate handlers.
- Refactor: Removed poorly documented methods.
- Important: If your application depends on any of these methods consider staying on version 0.8.6.
- Feat: Added continuous speech recognition in iOS.
- Fix: final response now returns the empty string whenever result.getReason() is different from ResultReason.RecognizedSpeech on Android.
- Added iOS support for simple microphone recognition.
- Added null safety.
- Added (optional) segmentation silence timeout for simple voice recognition.
- BugFix
- Support continuous recognition
New method to initialize the speech recognition plugin. See readme to know more about.
- Support for asynchronous recognition for the simple voice.
- Support for microphone streaming for having text while dictating
- New method to initialize the AzureSpeechRecognition
- it supports only Android.
- it supports only the voice recognition with the result at the end of the speech.