const unsigned short * getCandCode(int index, unsigned short * out); |
获取第index个候选对应的编码或拼音。 注意事项:如果你想记录用户选择词组对应的拼音,注意一定要在 setCandSelect 前调用本函数,因为 setCandSelect 后会出来联想的候选,这样你得到的拼音就不再是你想要的词组的了。 |
参数:
返回:
|
const unsigned short * getCandCode(int index, unsigned short * out); |
获取第index个候选对应的编码或拼音。 注意事项:如果你想记录用户选择词组对应的拼音,注意一定要在 setCandSelect 前调用本函数,因为 setCandSelect 后会出来联想的候选,这样你得到的拼音就不再是你想要的词组的了。 |
参数:
返回:
|