TextToSpeech.Engine.KeyParamUtteranceId 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.
Parameter key to identify an utterance in the
TextToSpeech.OnUtteranceCompletedListener
after text has been
spoken, a file has been played back or a silence duration has elapsed.
[Android.Runtime.Register("KEY_PARAM_UTTERANCE_ID")]
public const string KeyParamUtteranceId;
[<Android.Runtime.Register("KEY_PARAM_UTTERANCE_ID")>]
val mutable KeyParamUtteranceId : string
Field Value
- Attributes
Remarks
Parameter key to identify an utterance in the TextToSpeech.OnUtteranceCompletedListener
after text has been spoken, a file has been played back or a silence duration has elapsed.
Java documentation for android.speech.tts.TextToSpeech.Engine.KEY_PARAM_UTTERANCE_ID
.
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.