hwRecognize

2021-06-18 16:55:04    文子    1931

int  hwRecognize( const short * potData, int  potDataCount );

把输入的笔画轨迹转换成汉字,并输出结果到outBuf里。识别果通过:   getCandCount getCandString  等API获取。

参数:

  1. potData - 手写笔画的轨迹。
  2. pot DataCount - 传入参数potData的数量。

返回:

返回识别结果数量。