|
NIM C# SDK
6.3.0
|
Classes | |
| class | DocTransApi |
| class | DocTransInfo |
| class | DocTransInfoList |
| class | DocTransNativeMethods |
| class | PictureInfo |
| 图片信息 More... | |
Functions | |
| delegate void | DocTransDelegate (int code, DocTransInfo info) |
| nim callback function for doc trans result More... | |
| delegate void | GetTransListDelegate (int code, DocTransInfoList list) |
| delegate void | nim_doctrans_opt_cb_func (int code, [MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef=typeof(NimUtility.Utf8StringMarshaler))]string jsonExt, IntPtr userData) |
|
strong |
|
strong |
转码失败原因
|
strong |
|
strong |
|
strong |
|
strong |
| delegate void NIM.DocTransition.DocTransDelegate | ( | int | code, |
| DocTransInfo | info | ||
| ) |
nim callback function for doc trans result
| code | 200为成功,其他为失败 |
| info | json扩展数据,如果查询成功返回文档信息 |
| delegate void NIM.DocTransition.GetTransListDelegate | ( | int | code, |
| DocTransInfoList | list | ||
| ) |
| delegate void NIM.DocTransition.nim_doctrans_opt_cb_func | ( | int | code, |
| [MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef=typeof(NimUtility.Utf8StringMarshaler))] string | jsonExt, | ||
| IntPtr | userData | ||
| ) |