You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting with iOS 10, this plugin uses the native SFSpeechRecognizer for speech recognition. The iSpeech SDK is used for iOS 9 and older.
Since most iOS devices in use are now iOS 10 or newer, it would be nice to be able to disable the use of the iSpeech SDK and not have to set up an account with them, etc.
I propose renaming the existing config.xml preference from apiKey to speechRecognitionApiKey while keeping support for apiKey for backwards compatibility. I also propose that setting speechRecognitionApiKey to disable would prevent the plugin from using the iSpeech SDK.
I will include these changes in a pull request.
The text was updated successfully, but these errors were encountered:
Starting with iOS 10, this plugin uses the native
SFSpeechRecognizer
for speech recognition. The iSpeech SDK is used for iOS 9 and older.Since most iOS devices in use are now iOS 10 or newer, it would be nice to be able to disable the use of the iSpeech SDK and not have to set up an account with them, etc.
I propose renaming the existing
config.xml
preference fromapiKey
tospeechRecognitionApiKey
while keeping support forapiKey
for backwards compatibility. I also propose that settingspeechRecognitionApiKey
todisable
would prevent the plugin from using the iSpeech SDK.I will include these changes in a pull request.
The text was updated successfully, but these errors were encountered: