int getCompCorrectInfo(int candIdx, int correctIdx); |
获取第candIdx个候选的第correctIdx个纠错信息。需要先调用getCompCorrectCount获取纠错信息数量,再逐个获取。 |
参数:
返回:
|
返回值提取代码示例:
int begin = value & 0x000000ff; int length = (value >> 8) & 0x000000ff; int type = (value >> 16) & 0x000000ff; |