NIM Unity SDK V2.6.0
|
Public 成员函数 | |
delegate void | GetAudioTextCb (int rescode, string text, string json_extension, IntPtr user_data) |
转换结果回调 | |
delegate void NIM.NIMTools.GetAudioTextCb | ( | int | rescode, |
string | text, | ||
string | json_extension, | ||
IntPtr | user_data | ||
) |
转换结果回调
rescode | 转换结果,成功200 |
text | 语音文字 |
json_extension | json扩展数据(备用) |
user_data | APP的自定义用户数据,SDK只负责传回给回调函数,不做任何处理! |