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
Original issue 10 created by Kaljurand on 2011-11-03T11:08:44.000Z:
When calling RECOGNIZE_SPEECH the 3rd party app sets certain EXTRAS. The user should be able to configure if these extras are replaced and how, by setting for each app for each extra one of the following:
override with a new (possibly empty) value
do not change (DEFAULT)
For example, if a 3rd party app contains a hard-coded reference to a grammar URL which does not resolve and which cannot be changed in the app by the user, then the user could still change it in the Apps-list of RecognizerIntent.
The text was updated successfully, but these errors were encountered:
Comment #1 originally posted by Kaljurand on 2011-11-04T09:37:11.000Z:
The user can now (v0.7.28) override the following EXTRAs:
SERVER_URL
GRAMMAR_URL
GRAMMAR_TARGET_LANG
These are non-standard EXTRAs introduced by us. Extending the coverage to other EXTRAs does not seem that important. So this issue has very low priority now.
Original issue 10 created by Kaljurand on 2011-11-03T11:08:44.000Z:
When calling
RECOGNIZE_SPEECH
the 3rd party app sets certain EXTRAS. The user should be able to configure if these extras are replaced and how, by setting for each app for each extra one of the following:For example, if a 3rd party app contains a hard-coded reference to a grammar URL which does not resolve and which cannot be changed in the app by the user, then the user could still change it in the Apps-list of
RecognizerIntent
.The text was updated successfully, but these errors were encountered: