TextToSpeech.Engine.KeyFeatureNotInstalled Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Feature key that indicates that the voice may need to download additional data to be fully functional.
[Android.Runtime.Register("KEY_FEATURE_NOT_INSTALLED")]
public const string KeyFeatureNotInstalled;
[<Android.Runtime.Register("KEY_FEATURE_NOT_INSTALLED")>]
val mutable KeyFeatureNotInstalled : string
Field Value
- Attributes
Remarks
Feature key that indicates that the voice may need to download additional data to be fully functional. The download will be triggered by calling TextToSpeech#setVoice(Voice)
or TextToSpeech#setLanguage(Locale)
. Until download is complete, each synthesis request will either report TextToSpeech#ERROR_NOT_INSTALLED_YET
error, or use a different voice to synthesize the request. This feature should NOT be used as a key of a request parameter.
Java documentation for android.speech.tts.TextToSpeech.Engine.KEY_FEATURE_NOT_INSTALLED
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.