# Print output for @column tags ?>
public
static
interface
TextToSpeech.OnUtteranceCompletedListener
android.speech.tts.TextToSpeech.OnUtteranceCompletedListener |
This interface is deprecated.
Use UtteranceProgressListener
instead.
Listener that will be called when the TTS service has
completed synthesizing an utterance. This is only called if the utterance
has an utterance ID (see TextToSpeech.Engine#KEY_PARAM_UTTERANCE_ID
).
Public methods | |
---|---|
abstract
void
|
onUtteranceCompleted(String utteranceId)
Called when an utterance has been synthesized. |
public abstract void onUtteranceCompleted (String utteranceId)
Called when an utterance has been synthesized.
Parameters | |
---|---|
utteranceId |
String : the identifier of the utterance. |