Methods Summary |
---|
public void | onError(java.lang.String utteranceId, int errorCode)Tells the client that the synthesis has failed.
|
public void | onStart(java.lang.String utteranceId)Tells the client that the synthesis has started.
|
public void | onStop(java.lang.String utteranceId)Tells the client that the synthesis was stopped.
|
public void | onSuccess(java.lang.String utteranceId)Tells the client that the synthesis has finished.
|