SynthesizeToUrlListener

Xunfei Voice+



com.iflytek.speech 接口 SynthesizeToUrlListener

所有超级接口:
android.os.IInterface
所有已知实现类:
SynthesizeToUrlListener.Stub

public interface SynthesizeToUrlListener
extends android.os.IInterface

语音合成回调接口。

作者:
iflytek

嵌套类摘要
static class SynthesizeToUrlListener.Stub
          Local-side IPC implementation stub class.
 
方法摘要
 void onSynthesizeCompleted(java.lang.String url, int errorCode)
          合成完成回调
 
从接口 android.os.IInterface 继承的方法
asBinder
 

方法详细信息

onSynthesizeCompleted

void onSynthesizeCompleted(java.lang.String url,
                           int errorCode)
                           throws android.os.RemoteException
合成完成回调

参数:
url - 合成音频返回的url
errorCode - 错误码,0表示成功,详细错误码请看ErrorCode
抛出:
android.os.RemoteException