AI2 Component  (Version nb184)
com.google.appinventor.components.runtime.util.ITextToSpeech.TextToSpeechCallback Interface Reference

Public Member Functions

void onSuccess ()
 
void onFailure ()
 

Detailed Description

Callback specifying methods for successful and failed attempts to generate speech.

Definition at line 24 of file ITextToSpeech.java.

Member Function Documentation

◆ onFailure()

void com.google.appinventor.components.runtime.util.ITextToSpeech.TextToSpeechCallback.onFailure ( )

Callback to be invoked when we have a failure to communicate.

◆ onSuccess()

void com.google.appinventor.components.runtime.util.ITextToSpeech.TextToSpeechCallback.onSuccess ( )

Callback to be invoked when a message has finished being spoken.


The documentation for this interface was generated from the following file: