Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
To display your app's end user online help in the personalization & help window, make sure it can be loaded in an
iframe
. For more information, see: Your app's end user online help.The maximum length of a text control is approximately 50,000 characters. Speech recognition might not be available if more than this amount of text is present in all speech-enabled edit controls connected to a VuiController.
Not all devices support full-screen mode; it depends on the device and operating system.
The speech bar covers part of the soft keyboard if your activity has its theme set to
"android:theme="@android:style/Theme.Dialog"
in the AndroidManifest.xml file. For the speech bar to be positioned correctly, you also need to setwindowSoftInputMode
tostateHidden
in the activity tag. For example:<activity> android:windowSoftInputMode="stateHidden" android:theme="@android:style/Theme.Dialog" ... </activity>
Once this setting is made, the speech-enabled activity will start with the keyboard hidden.
In apps built for and running on Android 6.0 or higher, the session is implicitly closed if the user revokes a permission while the session is open.
To use ProGuard file shrinker, optimizer, obfuscator and preverifier, add the following line to the proguard-rules.pro file:
-keep class com.nuance.speechanywhere.** {*;}
If you're using ProGuard, it's recommended to use the latest version of the platform toolset, otherwise your app might not build successfully. If this isn't possible, suppress the related warnings by adding the following line to the proguard-rules.pro file:
-dontwarn com.nuance.speechanywhere.**
With an Android emulator, recording and speech recognition are only supported on Windows platforms. Speech recognition quality might be lower with an emulator than with an actual device.