TextToSpeech.Engine.IntentActionTtsService 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.
Intent for starting a TTS service.
[Android.Runtime.Register("INTENT_ACTION_TTS_SERVICE")]
public const string IntentActionTtsService;
[<Android.Runtime.Register("INTENT_ACTION_TTS_SERVICE")>]
val mutable IntentActionTtsService : string
Field Value
- Attributes
Remarks
Intent for starting a TTS service. Services that handle this intent must extend TextToSpeechService
. Normal applications should not use this intent directly, instead they should talk to the TTS service using the the methods in this class.
Java documentation for android.speech.tts.TextToSpeech.Engine.INTENT_ACTION_TTS_SERVICE
.
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.