hwRecognize

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

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

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

参数:

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

返回:

返回识别结果数量。